Files
sharesyllabus-server/vercel.json
2025-12-06 16:53:56 -08:00

4 lines
109 B
JSON

{
"buildCommand": "bunx prisma generate && bunx prisma migrate deploy",
"installCommand": "bun install"
}