vercel.json

This commit is contained in:
Leo Wen
2025-12-06 16:53:56 -08:00
parent 54d3655ef8
commit d848595488

View File

@@ -1,9 +1,4 @@
{ {
"buildCommand": "bunx prisma generate && bunx prisma migrate deploy", "buildCommand": "bunx prisma generate && bunx prisma migrate deploy",
"installCommand": "bun install", "installCommand": "bun install"
"functions": {
"api/**/*.ts": {
"runtime": "nodejs20.x"
}
}
} }