From ab94817850df9da9d3ade1dcc2fd913f4b450db9 Mon Sep 17 00:00:00 2001 From: Jeff See Date: Thu, 31 Jul 2025 14:34:46 -0700 Subject: [PATCH 1/3] Add vercel.json --- vercel.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 vercel.json diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000000..e1a3fd4442 --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "VERCEL_CLI_VERSION": "https://vercel-qz856sg5g.vercel.sh/tarballs/vercel.tgz" + } + } +} From 16908cfc9fe3160a72fa7e17e9ae88241869aceb Mon Sep 17 00:00:00 2001 From: Jeff See Date: Thu, 31 Jul 2025 16:11:23 -0700 Subject: [PATCH 2/3] update vercel.json --- starter/turborepo-with-hono/apps/vercel.json | 7 +++++++ starter/turborepo-with-hono/vercel.json | 7 +++++++ vercel.json | 2 +- 3 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 starter/turborepo-with-hono/apps/vercel.json create mode 100644 starter/turborepo-with-hono/vercel.json diff --git a/starter/turborepo-with-hono/apps/vercel.json b/starter/turborepo-with-hono/apps/vercel.json new file mode 100644 index 0000000000..8456b9e9dd --- /dev/null +++ b/starter/turborepo-with-hono/apps/vercel.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "VERCEL_CLI_VERSION": "https://vercel-7t6tg6ifg.vercel.sh/tarballs/vercel.tgz" + } + } +} diff --git a/starter/turborepo-with-hono/vercel.json b/starter/turborepo-with-hono/vercel.json new file mode 100644 index 0000000000..8456b9e9dd --- /dev/null +++ b/starter/turborepo-with-hono/vercel.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "VERCEL_CLI_VERSION": "https://vercel-7t6tg6ifg.vercel.sh/tarballs/vercel.tgz" + } + } +} diff --git a/vercel.json b/vercel.json index e1a3fd4442..8456b9e9dd 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "VERCEL_CLI_VERSION": "https://vercel-qz856sg5g.vercel.sh/tarballs/vercel.tgz" + "VERCEL_CLI_VERSION": "https://vercel-7t6tg6ifg.vercel.sh/tarballs/vercel.tgz" } } } From fbd9e16a8441a000a16e05e53171e984bed47ad7 Mon Sep 17 00:00:00 2001 From: Jeff See Date: Thu, 31 Jul 2025 16:49:58 -0700 Subject: [PATCH 3/3] Update --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 8456b9e9dd..6332a4186e 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "build": { "env": { - "VERCEL_CLI_VERSION": "https://vercel-7t6tg6ifg.vercel.sh/tarballs/vercel.tgz" + "VERCEL_CLI_VERSION": "vercel@44.6.6" } } }