perf: init auth client

This commit is contained in:
Henry
2025-05-08 12:25:56 +01:00
parent 9bee003d2b
commit 59d93a5a99
3 changed files with 90 additions and 96 deletions

View File

@@ -1,6 +1,6 @@
import { auth } from "./auth";
import { initAuth } from "./auth";
import { authClient } from "./clients";
export const name = "auth";
export { auth, authClient };
export { initAuth, authClient };