mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
9 lines
198 B
TypeScript
9 lines
198 B
TypeScript
import app from "../dist/vercel.mjs";
|
|
|
|
// Preserve the project-level duration inherited by routes without a pre-Elysia override.
|
|
export const config = {
|
|
runtime: "nodejs",
|
|
};
|
|
|
|
export default app;
|