2
0
Files
bot/apps/viewer/vercel.json

16 lines
283 B
JSON
Raw Normal View History

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