17 lines
340 B
JSON
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
|
|
}
|
|
}
|
|
}
|