Files
wr.do/vercel.json
2025-06-04 21:36:40 +08:00

10 lines
162 B
JSON

{
"buildCommand": "pnpm check-db && pnpm build",
"installCommand": "pnpm install",
"functions": {
"app/api/**/*": {
"maxDuration": 60
}
}
}