Ready for 1.1.3-rc.3 release.

This commit is contained in:
charlesgauthereau
2025-11-04 11:37:36 +01:00
parent c4ebc876bf
commit f9b3461a44
-1
View File
@@ -8,7 +8,6 @@ import {getServerUrl} from "@/utils/get-server-url";
const res = await fetch(`${getServerUrl()}/api/config`);
const {PROJECT_URL} = await res.json();
console.log(PROJECT_URL);
export const authClient = createAuthClient({
baseURL: PROJECT_URL,