mirror of
https://github.com/formbricks/formbricks.git
synced 2026-01-06 05:40:02 -06:00
16 lines
257 B
JSON
16 lines
257 B
JSON
{
|
|
"functions": {
|
|
"app/api/cron/weekly_summary/*.ts": {
|
|
"maxDuration": 30
|
|
},
|
|
"app/api/v1/client/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 300
|
|
},
|
|
"app/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 512
|
|
}
|
|
}
|
|
}
|