feat: setup better-auth
This commit is contained in:
6
packages/auth/src/index.ts
Normal file
6
packages/auth/src/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { auth } from "./auth";
|
||||
import { authClient } from "./clients";
|
||||
|
||||
export const name = "auth";
|
||||
|
||||
export { auth, authClient };
|
||||
Reference in New Issue
Block a user