mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-28 21:01:28 +08:00
14 lines
277 B
JSON
14 lines
277 B
JSON
{
|
|
"functions": {
|
|
"src/pages/api/v2/[...trpc].ts": {
|
|
"maxDuration": 150
|
|
},
|
|
"src/pages/api/v1/[...trpc].ts": {
|
|
"maxDuration": 150
|
|
},
|
|
"src/pages/api/typebots/[typebotId]/blocks/[blockId]/executeWebhook.ts": {
|
|
"maxDuration": 150
|
|
}
|
|
}
|
|
}
|