Files
kan/packages/auth/src/index.ts
2025-05-08 12:25:56 +01:00

7 lines
138 B
TypeScript

import { initAuth } from "./auth";
import { authClient } from "./clients";
export const name = "auth";
export { initAuth, authClient };