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 new file mode 100644 index 0000000000..6332a4186e --- /dev/null +++ b/vercel.json @@ -0,0 +1,7 @@ +{ + "build": { + "env": { + "VERCEL_CLI_VERSION": "vercel@44.6.6" + } + } +}