mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-22 11:29:22 -05:00
6af13c7aaa
* 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
|
|
}
|
|
}
|
|
}
|