mirror of
https://github.com/privacy-scaling-explorations/pse.dev.git
synced 2026-04-23 03:01:03 -04:00
fix includeFiles
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"functions": {
|
||||
"app/api/**": {
|
||||
"maxDuration": 30
|
||||
"maxDuration": 30,
|
||||
"includeFiles": "content/**"
|
||||
}
|
||||
},
|
||||
"regions": ["iad1"],
|
||||
@@ -10,6 +11,5 @@
|
||||
"NEXT_TELEMETRY_DISABLED": "1"
|
||||
}
|
||||
},
|
||||
"includeFiles": ["content/**"],
|
||||
"crons": []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user