diff --git a/vercel.json b/vercel.json index 9b0265e..9701f0b 100644 --- a/vercel.json +++ b/vercel.json @@ -1,9 +1,4 @@ { "buildCommand": "bunx prisma generate && bunx prisma migrate deploy", - "installCommand": "bun install", - "functions": { - "api/**/*.ts": { - "runtime": "nodejs20.x" - } - } + "installCommand": "bun install" } \ No newline at end of file