blob: fd0a091e3ed6b43912b5df2f387fe811bd551f88 (
plain)
1
2
3
4
5
6
|
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: process.env.BETTER_AUTH_URL,
});
|