2
0
Files
bot/apps/viewer/vercel.json
2023-12-06 17:59:21 +01:00

13 lines
245 B
JSON

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