This commit is contained in:
2025-12-27 21:44:13 +01:00
parent a524baeea0
commit 793d24dc99
5 changed files with 24 additions and 11 deletions

3
src/lib/auth-client.ts Normal file
View File

@ -0,0 +1,3 @@
import { createAuthClient } from "better-auth/client";
export const authClient = createAuthClient();