Files
mes-budgets-participatifs/vercel.json
Yannick Le Duc fb32403557 fix vercel build
2025-08-27 13:44:40 +02:00

15 lines
278 B
JSON

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