mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-01-14 16:48:02 -05:00
15 lines
187 B
JSON
15 lines
187 B
JSON
{
|
|
"functions": {
|
|
"app/api/**": {
|
|
"maxDuration": 30
|
|
}
|
|
},
|
|
"regions": ["iad1"],
|
|
"build": {
|
|
"env": {
|
|
"NEXT_TELEMETRY_DISABLED": "1"
|
|
}
|
|
},
|
|
"crons": []
|
|
}
|