build
This commit is contained in:
parent
6a09a32643
commit
360670ad78
5 changed files with 645 additions and 633 deletions
8
dist/index.d.ts
vendored
8
dist/index.d.ts
vendored
|
|
@ -456,6 +456,14 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
|
||||||
"3ga.svg": string;
|
"3ga.svg": string;
|
||||||
"3g2.svg": string;
|
"3g2.svg": string;
|
||||||
};
|
};
|
||||||
|
"icones-funcionalidades": {
|
||||||
|
"projeto.png": string;
|
||||||
|
"lista-de-tarefas.png": string;
|
||||||
|
"licenca.png": string;
|
||||||
|
"leia-me.txt": string;
|
||||||
|
"exame.png": string;
|
||||||
|
"analise-de-dados.png": string;
|
||||||
|
};
|
||||||
html: {
|
html: {
|
||||||
"404.html": string;
|
"404.html": string;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
8
dist/index.js
vendored
8
dist/index.js
vendored
|
|
@ -461,6 +461,14 @@ const estaticos = (caminho) => {
|
||||||
"3ga.svg": `${prefixo}/icones-tipos-arquivos/3ga.svg`,
|
"3ga.svg": `${prefixo}/icones-tipos-arquivos/3ga.svg`,
|
||||||
"3g2.svg": `${prefixo}/icones-tipos-arquivos/3g2.svg`,
|
"3g2.svg": `${prefixo}/icones-tipos-arquivos/3g2.svg`,
|
||||||
},
|
},
|
||||||
|
"icones-funcionalidades": {
|
||||||
|
"projeto.png": `${prefixo}/icones-funcionalidades/projeto.png`,
|
||||||
|
"lista-de-tarefas.png": `${prefixo}/icones-funcionalidades/lista-de-tarefas.png`,
|
||||||
|
"licenca.png": `${prefixo}/icones-funcionalidades/licenca.png`,
|
||||||
|
"leia-me.txt": `${prefixo}/icones-funcionalidades/leia-me.txt`,
|
||||||
|
"exame.png": `${prefixo}/icones-funcionalidades/exame.png`,
|
||||||
|
"analise-de-dados.png": `${prefixo}/icones-funcionalidades/analise-de-dados.png`,
|
||||||
|
},
|
||||||
html: {
|
html: {
|
||||||
"404.html": `${prefixo}/html/404.html`,
|
"404.html": `${prefixo}/html/404.html`,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "p-estaticos",
|
"name": "p-estaticos",
|
||||||
"version": "0.44.0",
|
"version": "0.45.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
||||||
1256
src/index.ts
1256
src/index.ts
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue