feat: initial boilerplate
This commit is contained in:
6
api/libraries/auth/mod.ts
Normal file
6
api/libraries/auth/mod.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { auth } from "./auth.ts";
|
||||
|
||||
export * from "./auth.ts";
|
||||
export * from "./config.ts";
|
||||
|
||||
export type Auth = typeof auth;
|
||||
Reference in New Issue
Block a user