.
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",
|
||||
"link-local": "http://localhost:5020/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",
|
||||
"link-local": "http://localhost:5020/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"),
|
||||
pasta: pasta_estaticos,
|
||||
sufixo: `?v=${version || new Date().toISOString().slice(0, 10)}`,
|
||||
});
|
||||
})();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "p-estaticos",
|
||||
"version": "0.35.0",
|
||||
"version": "0.36.0",
|
||||
"description": "",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ const Prefixos = {
|
|||
relativo: "/estaticos",
|
||||
"link-local": "http://localhost:5020/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