implementado tsup

This commit is contained in:
Luiz Silva 2025-07-17 08:54:56 -03:00
parent 7bddbd5c72
commit 8efeb59716
131 changed files with 2216 additions and 1476 deletions

12
dist-back/teste.cjs Normal file
View file

@ -0,0 +1,12 @@
"use strict";
var import_logger = require("./logger");
const l = (0, import_logger.logger)({ app: "teste", eProducao: true });
const lg = l({
inquilino: "conta_1",
usuario: "pedrinho"
});
lg("error", "Deu Ruim").then((a) => console.log(JSON.stringify(a)));
lg("info", "Deu Bom", { __filename }).then(
(a) => console.log(JSON.stringify(a))
);
//# sourceMappingURL=teste.cjs.map