diff --git a/web/src/app/(app)/api/[[...routes]]/route.ts b/web/src/app/(app)/api/[[...routes]]/route.ts index 6d92a34..ea42f63 100644 --- a/web/src/app/(app)/api/[[...routes]]/route.ts +++ b/web/src/app/(app)/api/[[...routes]]/route.ts @@ -8,6 +8,7 @@ import type { Context, Next } from "hono"; import { handle } from "hono/vercel"; export const dynamic = "force-dynamic"; +export const maxDuration = 300; // 5 minutes declare module "hono" { interface ContextVariableMap {