Files
the-biergarten-app/vercel.json

5 lines
141 B
JSON

{
"buildCommand": "npx prisma generate && npx prisma migrate deploy && next build",
"installCommand": "npm install --legacy-peer-deps"
}