implementado tsup
This commit is contained in:
parent
7bddbd5c72
commit
8efeb59716
131 changed files with 2216 additions and 1476 deletions
12
dist-back/teste.cjs
Normal file
12
dist-back/teste.cjs
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue