7 lines
151 B
TypeScript
7 lines
151 B
TypeScript
import { createAuthClient } from 'better-auth/vue'
|
|
|
|
export const authClient = createAuthClient({
|
|
baseURL: 'http://localhost:3333',
|
|
plugins: [],
|
|
})
|