Files
bot/apps/viewer/vercel.json

11 lines
206 B
JSON
Raw Normal View History

{
"functions": {
"src/pages/api/v1/[...trpc].ts": {
"maxDuration": 150
},
"src/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.ts": {
"maxDuration": 150
}
}
}