diff --git a/vercel.json b/vercel.json index 9e6fed838c1..91d92d5df47 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,4 @@ { "buildCommand": "bun run build", - "installCommand": "bun install" + "installCommand": "npx bun@1.2.23 install" }