css
This commit is contained in:
@@ -1,8 +1,6 @@
|
|||||||
import { createAuthClient } from "better-auth/react";
|
import { createAuthClient } from "better-auth/react";
|
||||||
|
|
||||||
// Better Auth auth server base URL (e.g. http://localhost:3000)
|
const baseURL = ( "https://duooomi.com/") as string;
|
||||||
// Configure via `VITE_AUTH_URL` in your Vite env.
|
|
||||||
const baseURL = (import.meta.env.VITE_AUTH_URL ?? "http://localhost:3000") as string;
|
|
||||||
|
|
||||||
export const authClient = createAuthClient({
|
export const authClient = createAuthClient({
|
||||||
baseURL,
|
baseURL,
|
||||||
|
|||||||
Reference in New Issue
Block a user