Files
formbricks-formbricks/apps/web/vercel.json
Matti Nannt 6af13c7aaa feat: add vercel.json file to configure Vercel deployments (#876)
* feat: add vercel.json file to configure Vercel deployments

* reduce maxDuration of sync endpoint

* update api function routes

* increase sync limit
2023-09-30 22:42:27 +02:00

11 lines
143 B
JSON

{
"functions": {
"app/api/v1/js/sync/*.ts": {
"maxDuration": 5
},
"app/api/**/*.ts": {
"maxDuration": 10
}
}
}