Files
bot/apps/viewer/vercel.json
Baptiste Arnaud 3838ac9c3f 🐛 New sendMessage version for the new parser
Make sure old client still communicate with old parser
2023-10-06 10:14:26 +02:00

14 lines
277 B
JSON

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