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