This commit is contained in:
marcio 2025-11-11 07:59:27 -03:00
parent ef34df1657
commit 484f2f4593
7 changed files with 16 additions and 17 deletions

View file

@ -33,7 +33,7 @@ __export(logger_exports, {
postLogger: () => postLogger
});
module.exports = __toCommonJS(logger_exports);
var import_cross_fetch = __toESM(require("cross-fetch"), 1);
var import_cross_fetch = __toESM(require("cross-fetch"));
var import_variaveisComuns = require("./variaveisComuns");
const LOKI_BASE_URL = "https://log.idz.one";
const LOKI_ENDPOINT = "/loki/api/v1/push";