We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1be17 commit f84236bCopy full SHA for f84236b
src/auth-client.ts
@@ -1,6 +1,4 @@
1
import { createAuthClient } from 'better-auth/react';
2
-import { env } from './env.mjs';
3
export const authClient = createAuthClient({
4
/** The base URL of the server (optional if you're using the same domain) */
5
- baseURL: env.BETTER_AUTH_URL,
6
});
0 commit comments