docs(readme): attribution

This commit is contained in:
2026-01-23 20:07:44 -08:00
parent c1bcc2ce4a
commit 4446b12558
9 changed files with 33 additions and 31 deletions

View File

@@ -2,6 +2,6 @@ import { jwtClient, adminClient } from 'better-auth/client/plugins';
import { createAuthClient } from 'better-auth/svelte';
export const authClient = createAuthClient({
baseURL: process.env.BETTER_AUTH_URL!,
plugins: [jwtClient(), adminClient()]
baseURL: 'http://localhost:5173',
plugins: [jwtClient(), adminClient()]
});