modules/0-ui

This commit is contained in:
Lucas Tettamanti
2026-01-15 22:53:37 -03:00
parent ea62385e3d
commit 98e3d78e3d
17 changed files with 17 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
import fs from "fs";
import path from "path";
import { parse } from "csv-parse/sync";
import { pool } from "../src/modules/2-identity/db/pool.js";
import { pool } from "../src/modules/shared/db/pool.js";
function parseArgs() {
const args = process.argv.slice(2);