Spaces:
Configuration error
Configuration error
File size: 160 Bytes
bcce530 | 1 2 3 4 5 6 7 | import "server-only"
import { StackServerApp } from "@stackframe/stack"
export const stackServerApp = new StackServerApp({
tokenStore: "nextjs-cookie",
})
|