diff --git a/apps/web/vercel.json b/apps/web/vercel.json index 007507b6d356d1..6194c43f85d44d 100644 --- a/apps/web/vercel.json +++ b/apps/web/vercel.json @@ -29,18 +29,5 @@ "schedule": "*/5 * * * *" } ], - "functions": { - "app/api/cron/workflows/scheduleEmailReminders/route.ts": { - "maxDuration": 800 - }, - "app/api/cron/workflows/scheduleSMSReminders/route.ts": { - "maxDuration": 800 - }, - "app/api/cron/workflows/scheduleWhatsappReminders/route.ts": { - "maxDuration": 800 - }, - "pages/api/trpc/workflows/[trpc].ts": { - "maxDuration": 800 - } - } + "functions": {} }