Skip to content

Commit 79f1074

Browse files
authored
chore: Remove Vercel functions memory config (calcom#23125)
* chore:Remove Vercel memory config * chore: remove empty vercel.json configs
1 parent 48aa6bf commit 79f1074

2 files changed

Lines changed: 0 additions & 19 deletions

File tree

apps/api/v1/vercel.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

apps/web/vercel.json

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,6 @@
4141
},
4242
"pages/api/trpc/workflows/[trpc].ts": {
4343
"maxDuration": 800
44-
},
45-
"pages/api/trpc/highPerf/[trpc].ts": {
46-
"memory": 3008
47-
},
48-
"pages/api/trpc/appRoutingForms/[trpc].ts": {
49-
"memory": 2048
50-
},
51-
"pages/router/embed.tsx": {
52-
"memory": 2048
53-
},
54-
"pages/api/book/event.ts": {
55-
"memory": 2048
5644
}
5745
}
5846
}

0 commit comments

Comments
 (0)