2023-09-22 08:47:01 +02:00
|
|
|
{
|
|
|
|
"functions": {
|
2023-12-06 17:59:21 +01:00
|
|
|
"src/pages/api/[...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
|
|
|
}
|
2024-01-04 13:35:29 +01:00
|
|
|
},
|
|
|
|
"github": {
|
|
|
|
"silent": true
|
2023-09-22 08:47:01 +02:00
|
|
|
}
|
|
|
|
}
|