mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
require("server-only");
|
|
|
|
const { StackServerApp } = require("@stackframe/stack");
|
|
|
|
export const stackServerApp = new StackServerApp({
|
|
tokenStore: "nextjs-cookie",
|
|
});
|