{ "buildCommand": "prisma generate && next build", "outputDirectory": ".next", "framework": "nextjs", "installCommand": "npm install", "build": { "env": { "NODE_OPTIONS": "--max-old-space-size=4096" } }, "crons": [ { "path": "/api/cron/retention-emails", "schedule": "0 10 * * *" } ] }