.
This commit is contained in:
parent
d6e6be4d04
commit
9a839c693d
5 changed files with 5 additions and 6 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -5,7 +5,7 @@ const Prefixos = {
|
||||||
relativo: "/estaticos",
|
relativo: "/estaticos",
|
||||||
"link-local": "http://localhost:5020/estaticos",
|
"link-local": "http://localhost:5020/estaticos",
|
||||||
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
|
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
|
||||||
node_modules: "node_modules/~estaticos/estaticos",
|
node_modules: "node_modules/p-estaticos/estaticos",
|
||||||
};
|
};
|
||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -12,11 +12,10 @@ export const gerar = (async () => {
|
||||||
relativo: "/estaticos",
|
relativo: "/estaticos",
|
||||||
"link-local": "http://localhost:5020/estaticos",
|
"link-local": "http://localhost:5020/estaticos",
|
||||||
"link-servidor": `${cdn_carro_de_boi}/estaticos`,
|
"link-servidor": `${cdn_carro_de_boi}/estaticos`,
|
||||||
node_modules: "node_modules/~estaticos/estaticos",
|
node_modules: "node_modules/p-estaticos/estaticos",
|
||||||
},
|
},
|
||||||
arquivoDestino: path.resolve(pasta_src, "index.ts"),
|
arquivoDestino: path.resolve(pasta_src, "index.ts"),
|
||||||
pasta: pasta_estaticos,
|
pasta: pasta_estaticos,
|
||||||
sufixo: `?v=${version || new Date().toISOString().slice(0, 10)}`,
|
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-estaticos",
|
"name": "p-estaticos",
|
||||||
"version": "0.35.0",
|
"version": "0.36.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ const Prefixos = {
|
||||||
relativo: "/estaticos",
|
relativo: "/estaticos",
|
||||||
"link-local": "http://localhost:5020/estaticos",
|
"link-local": "http://localhost:5020/estaticos",
|
||||||
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
|
"link-servidor": "https://carro-de-boi-idz-one.b-cdn.net/estaticos",
|
||||||
node_modules: "node_modules/~estaticos/estaticos",
|
node_modules: "node_modules/p-estaticos/estaticos",
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue