mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
* added supabase example * removed unused files * added jwt endpoint * supabase server action * removed unused * updated dependencies * reverted package changes * fixed bugs * added supabase docs * updated docs * updated pnpm lock
8 lines
162 B
TypeScript
8 lines
162 B
TypeScript
import "server-only";
|
|
|
|
import { StackServerApp } from "@stackframe/stack";
|
|
|
|
export const stackServerApp = new StackServerApp({
|
|
tokenStore: "nextjs-cookie",
|
|
});
|