Files
stack/examples/cjs-test/stack.tsx
T

8 lines
169 B
TypeScript

require("server-only");
const { StackServerApp } = require("@stackframe/stack");
export const stackServerApp = new StackServerApp({
tokenStore: "nextjs-cookie",
});