mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
16 lines
283 B
JSON
16 lines
283 B
JSON
{
|
|
"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
|
|
}
|
|
}
|