mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
Remove Vercel handler comment
This commit is contained in:
parent
473d8c198c
commit
8d18e55774
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user