Files
QR-master/vercel.json
2026-04-02 11:37:58 +02:00

17 lines
351 B
JSON

{
"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 * * *"
}
]
}