mirror of
https://github.com/aaronpo97/the-biergarten-app.git
synced 2026-02-16 02:39:03 +00:00
5 lines
141 B
JSON
5 lines
141 B
JSON
{
|
|
"buildCommand": "npx prisma generate && npx prisma migrate deploy && next build",
|
|
"installCommand": "npm install --legacy-peer-deps"
|
|
}
|