first commit

This commit is contained in:
2026-04-01 15:17:46 +02:00
commit d50ab5f7bf
19 changed files with 2554 additions and 0 deletions

2
server/index.ts Normal file
View File

@@ -0,0 +1,2 @@
export { createAuthModule } from "./module.js";
export { registerAuthApiRoutes } from "./routes.js";