This commit is contained in:
Luiz Silva 2025-11-11 16:02:48 -03:00
parent 84880fff0c
commit 0cbe901499
10 changed files with 3 additions and 364 deletions

View file

@ -21,13 +21,8 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
mod
));
<<<<<<< HEAD
var import_node_fs = __toESM(require("node:fs"));
var import_node_path = __toESM(require("node:path"));
=======
var import_node_fs = __toESM(require("node:fs"), 1);
var import_node_path = __toESM(require("node:path"), 1);
>>>>>>> 34d92fa (build)
const mesclar = (entrada, novo) => {
const saida = { ...entrada || {} };
for (const [k, v] of Object.entries(novo)) {