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