Files
mes-budgets-participatifs/vercel.json
2025-08-25 18:48:52 +02:00

14 lines
233 B
JSON

{
"buildCommand": "npm run build",
"installCommand": "npm install",
"framework": "nextjs",
"functions": {
"src/app/api/**/*.ts": {
"maxDuration": 30
}
},
"env": {
"NEXT_LINT_IGNORE_ERRORS": "true"
}
}