diff --git a/apps/backend/api/index.ts b/apps/backend/api/index.ts index 4c53c3c07..8059677c1 100644 --- a/apps/backend/api/index.ts +++ b/apps/backend/api/index.ts @@ -5,7 +5,4 @@ export const config = { maxDuration: 60, }; -// Vercel treats a default-exported function as the legacy Node.js `(request, -// response)` handler contract. Export the Elysia app itself so Vercel detects -// its Web-standard `fetch` handler and forwards the returned Response. export default app;