feat: deploy to vercel & use ALB on ecs
This commit is contained in:
@@ -2,6 +2,6 @@ import { jwtClient, adminClient } from 'better-auth/client/plugins';
|
||||
import { createAuthClient } from 'better-auth/svelte';
|
||||
|
||||
export const authClient = createAuthClient({
|
||||
baseURL: 'http://localhost:5173',
|
||||
baseURL: process.env.BETTER_AUTH_URL!,
|
||||
plugins: [jwtClient(), adminClient()]
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user