2
0
Files
bot/apps/viewer/vercel.json
2023-11-12 08:24:34 +01:00

17 lines
340 B
JSON

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