diff --git a/apps/web/vercel.json b/apps/web/vercel.json index b9a0810148..2183cd596c 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -7,10 +7,10 @@ ], "functions": { "pages/api/trpc/public/[trpc].ts": { - "memory": 2048 + "memory": 3008 }, "pages/api/trpc/slots/[trpc].ts": { - "memory": 2048 + "memory": 3008 } } }