stack/apps/partial-prerendering/src/stack.tsx
2024-04-27 14:23:54 +02:00

9 lines
227 B
TypeScript

import "server-only";
import { StackServerApp } from "@stackframe/stack";
export const stackServerApp = new StackServerApp({
tokenStore: "nextjs-cookie",
});
(stackServerApp as any).__DEMO_ENABLE_SLIGHT_FETCH_DELAY = true;