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