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()] });