fix: ajuste url paiol

This commit is contained in:
MarcioJRGodoi 2026-01-06 15:37:32 -03:00
parent d0d99faa50
commit bf5be3fc5c
6 changed files with 8 additions and 8 deletions

View file

@ -18,11 +18,11 @@ var __copyProps = (to, from, except, desc) => {
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var urls_exports = {};
__export(urls_exports, {
cdn_carro_de_boi: () => cdn_carro_de_boi
link_paiol: () => link_paiol
});
module.exports = __toCommonJS(urls_exports);
const cdn_carro_de_boi = "https://carro-de-boi-idz-one.b-cdn.net";
const link_paiol = "https://paiol.idz.one";
// Annotate the CommonJS export names for ESM import in node:
0 && (module.exports = {
cdn_carro_de_boi
link_paiol
});