QR-master/vercel.json

11 lines
230 B
JSON

{
"buildCommand": "prisma generate && next build",
"outputDirectory": ".next",
"framework": "nextjs",
"installCommand": "npm install",
"build": {
"env": {
"NODE_OPTIONS": "--max-old-space-size=4096"
}
}
}