mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 18:30:32 -06:00
* feat: add vercel.json file to configure Vercel deployments * reduce maxDuration of sync endpoint * update api function routes * increase sync limit
11 lines
143 B
JSON
11 lines
143 B
JSON
{
|
|
"functions": {
|
|
"app/api/v1/js/sync/*.ts": {
|
|
"maxDuration": 5
|
|
},
|
|
"app/api/**/*.ts": {
|
|
"maxDuration": 10
|
|
}
|
|
}
|
|
}
|