Files
bot/apps/viewer/vercel.json
2023-09-22 09:10:22 +02:00

11 lines
206 B
JSON

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