Files
pse.dev/vercel.json
2025-06-12 09:41:33 +08:00

15 lines
187 B
JSON

{
"functions": {
"app/api/**": {
"maxDuration": 30
}
},
"regions": ["iad1"],
"build": {
"env": {
"NEXT_TELEMETRY_DISABLED": "1"
}
},
"crons": []
}