feat: finish Better Auth config

This commit is contained in:
2026-05-21 04:28:17 +07:00
parent eed376cf5b
commit d97dcc8838
3 changed files with 18 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
import { createAuthClient } from "better-auth/react";
export const authClient = createAuthClient({
baseURL: "http://localhost:3000",
});