This commit is contained in:
2026-04-16 18:05:11 +08:00
parent 05951db845
commit 194f15d954

View File

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