From d8485954885741c990be68fc31a66ca6caf3ec6d Mon Sep 17 00:00:00 2001 From: Leo Wen <64514456+Leado123@users.noreply.github.com> Date: Sat, 6 Dec 2025 16:53:56 -0800 Subject: [PATCH] vercel.json --- vercel.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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