mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-31 00:50:34 -06:00
17 lines
267 B
JSON
17 lines
267 B
JSON
{
|
|
"functions": {
|
|
"app/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 512
|
|
},
|
|
"app/api/cron/**/*.ts": {
|
|
"maxDuration": 180,
|
|
"memory": 512
|
|
},
|
|
"app/api/v1/client/**/*.ts": {
|
|
"maxDuration": 10,
|
|
"memory": 200
|
|
}
|
|
}
|
|
}
|