separated in modules

This commit is contained in:
Lucas Tettamanti
2026-01-15 22:45:33 -03:00
parent eedd16afdb
commit ea62385e3d
41 changed files with 1116 additions and 2918 deletions

View File

@@ -1,5 +1,5 @@
import "dotenv/config";
import { ensureTenant } from "./src/db/repo.js";
import { ensureTenant } from "./src/modules/2-identity/db/repo.js";
import { createApp } from "./src/app.js";
async function configureUndiciDispatcher() {