7 lines
181 B
TypeScript
7 lines
181 B
TypeScript
import { env } from "@haushaltsApp/env/web";
|
|
import { createAuthClient } from "better-auth/react";
|
|
|
|
export const authClient = createAuthClient({
|
|
baseURL: env.VITE_SERVER_URL,
|
|
});
|