This commit is contained in:
2026-09-18 14:36:32 +03:00
parent e86085c2f0
commit 5c0963bc51
57 changed files with 1946 additions and 684 deletions
+6
View File
@@ -0,0 +1,6 @@
import { createAuthClient } from 'better-auth/vue'
export const authClient = createAuthClient({
baseURL: 'http://localhost:3333',
plugins: [],
})