mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
16 lines
254 B
JSON
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": []
|
|
}
|