Remove Vercel handler comment

This commit is contained in:
Bilal Godil 2026-07-13 13:01:54 -07:00
parent 473d8c198c
commit 8d18e55774

View File

@ -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;