stack/examples/supabase/stack.tsx

8 lines
159 B
TypeScript

import "server-only";
import { StackServerApp } from "@hexclave/next";
export const stackServerApp = new StackServerApp({
tokenStore: "nextjs-cookie",
});