cpns / apps /web /src /lib /auth-client.ts
rogasper's picture
initial commit
cfc59e4
Raw
History Blame
174 Bytes
import { env } from "@labas/env/web";
import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient({
baseURL: env.VITE_SERVER_URL,
});