mirror of
https://github.com/baptisteArno/typebot.io.git
synced 2026-06-13 21:02:56 +08:00
🔧 Update vercel.json to reflect new api path
This commit is contained in:
parent
c2fc2df735
commit
e2abfc6bbc
@ -1,10 +1,6 @@
|
||||
{
|
||||
"functions": {
|
||||
"src/pages/api/v2/[...trpc].ts": {
|
||||
"maxDuration": 150,
|
||||
"memory": 500
|
||||
},
|
||||
"src/pages/api/v1/[...trpc].ts": {
|
||||
"src/pages/api/[...trpc].ts": {
|
||||
"maxDuration": 150,
|
||||
"memory": 500
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user