Files
tunnl_please_frontend/lib/auth-client.ts
bagas 018a980dcb
All checks were successful
Docker Build and Push / build-and-push (push) Successful in 15m8s
feat: add auth
2025-10-01 17:16:58 +07:00

5 lines
218 B
TypeScript

import { createAuthClient } from "better-auth/react"
export const authClient = createAuthClient({
/** The base URL of the server (optional if you're using the same domain) */
baseURL: "http://localhost:3000"
})