Files
pse.dev/vercel.json
2025-06-12 02:03:29 +08:00

16 lines
254 B
JSON

{
"functions": {
"app/api/**": {
"maxDuration": 30
}
},
"regions": ["iad1"],
"build": {
"env": {
"NEXT_TELEMETRY_DISABLED": "1"
}
},
"buildCommand": "next build && cp -r content .next/standalone/",
"crons": []
}