melhorias tsup
This commit is contained in:
parent
8efeb59716
commit
40570d1b00
96 changed files with 621 additions and 107 deletions
|
|
@ -1,12 +0,0 @@
|
|||
"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