2023-09-22 08:47:01 +02:00
|
|
|
{
|
|
|
|
"functions": {
|
2023-10-06 10:14:26 +02:00
|
|
|
"src/pages/api/v2/[...trpc].ts": {
|
2023-11-12 08:24:34 +01:00
|
|
|
"maxDuration": 150,
|
|
|
|
"memory": 500
|
2023-10-06 10:14:26 +02:00
|
|
|
},
|
2023-09-22 08:47:01 +02:00
|
|
|
"src/pages/api/v1/[...trpc].ts": {
|
2023-11-12 08:24:34 +01:00
|
|
|
"maxDuration": 150,
|
|
|
|
"memory": 500
|
2023-09-22 08:47:01 +02:00
|
|
|
},
|
|
|
|
"src/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.ts": {
|
2023-11-12 08:24:34 +01:00
|
|
|
"maxDuration": 150,
|
|
|
|
"memory": 500
|
2023-09-22 08:47:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|