6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import { createAuthClient } from "better-auth/vue";
|
|
|
|
export const authClient = createAuthClient({
|
|
baseURL: "http://localhost:3000",
|
|
});
|