Files
BA_TTS_Annotation_Plattform/src/lib/auth-client.ts
2026-02-27 14:36:27 +01: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"
})