feat: initial auth package
This commit is contained in:
5
packages/auth/src/index.ts
Normal file
5
packages/auth/src/index.ts
Normal file
@ -0,0 +1,5 @@
|
||||
// Re-export server auth
|
||||
export * from "./server";
|
||||
|
||||
// Re-export client auth
|
||||
export * from "./client";
|
Reference in New Issue
Block a user