File size: 153 Bytes
bcce530
 
 
 
 
 
 
1
2
3
4
5
6
7
8
"use client"

import { StackClientApp } from "@stackframe/stack"

export const stackClientApp = new StackClientApp({
    tokenStore: "nextjs-cookie",
})