mirror of
https://github.com/stack-auth/stack.git
synced 2026-07-20 21:29:36 +08:00
9 lines
127 B
TypeScript
9 lines
127 B
TypeScript
import app from "../dist/vercel.mjs";
|
|
|
|
export const config = {
|
|
runtime: "nodejs",
|
|
maxDuration: 60,
|
|
};
|
|
|
|
export default app;
|