build
This commit is contained in:
parent
0b9c1daf23
commit
e5a2ffa559
6 changed files with 35 additions and 25 deletions
17
dist/index.d.ts
vendored
17
dist/index.d.ts
vendored
|
|
@ -49,13 +49,6 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
|
|||
html: {
|
||||
"404.html": string;
|
||||
};
|
||||
email: {
|
||||
"video2.png": string;
|
||||
"rodap\u00E9.png": string;
|
||||
"cabe\u00E7alho ultimo dia.png": string;
|
||||
"cabe\u00E7alho tempo.png": string;
|
||||
"cabe\u00E7alho 2.2.png": string;
|
||||
"Cabe\u00E7alho 1.png": string;
|
||||
fundos: {
|
||||
"fundo-16.jpg": string;
|
||||
"fundo-15.jpg": string;
|
||||
|
|
@ -194,6 +187,14 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
|
|||
"Metropolis-Black.otf": string;
|
||||
};
|
||||
};
|
||||
email: {
|
||||
"video2.png": string;
|
||||
"rodap\u00E9.png": string;
|
||||
"cabe\u00E7alho ultimo dia.png": string;
|
||||
"cabe\u00E7alho tempo.png": string;
|
||||
"cabe\u00E7alho 2.2.png": string;
|
||||
"Cabe\u00E7alho 1.png": string;
|
||||
};
|
||||
dados: {
|
||||
"tabela_ibama.json": string;
|
||||
"municipios.json": string;
|
||||
|
|
@ -202,4 +203,4 @@ export declare const estaticos: (caminho: keyof typeof Prefixos) => {
|
|||
"Paisagem.jpg": string;
|
||||
};
|
||||
};
|
||||
export {};
|
||||
export {};
|
||||
|
|
|
|||
15
dist/index.js
vendored
15
dist/index.js
vendored
|
|
@ -54,13 +54,6 @@ const estaticos = (caminho) => {
|
|||
html: {
|
||||
"404.html": `${prefixo}/html/404.html`,
|
||||
},
|
||||
email: {
|
||||
"video2.png": `${prefixo}/email/video2.png`,
|
||||
"rodapé.png": `${prefixo}/email/rodap%C3%A9.png`,
|
||||
"cabeçalho ultimo dia.png": `${prefixo}/email/cabe%C3%A7alho%20ultimo%20dia.png`,
|
||||
"cabeçalho tempo.png": `${prefixo}/email/cabe%C3%A7alho%20tempo.png`,
|
||||
"cabeçalho 2.2.png": `${prefixo}/email/cabe%C3%A7alho%202.2.png`,
|
||||
"Cabeçalho 1.png": `${prefixo}/email/Cabe%C3%A7alho%201.png`,
|
||||
fundos: {
|
||||
"fundo-16.jpg": `${prefixo}/fundos/fundo-16.jpg`,
|
||||
"fundo-15.jpg": `${prefixo}/fundos/fundo-15.jpg`,
|
||||
|
|
@ -199,6 +192,14 @@ const estaticos = (caminho) => {
|
|||
"Metropolis-Black.otf": `${prefixo}/fonts-master/metropolis/Metropolis-Black.otf`,
|
||||
},
|
||||
},
|
||||
email: {
|
||||
"video2.png": `${prefixo}/email/video2.png`,
|
||||
"rodapé.png": `${prefixo}/email/rodap%C3%A9.png`,
|
||||
"cabeçalho ultimo dia.png": `${prefixo}/email/cabe%C3%A7alho%20ultimo%20dia.png`,
|
||||
"cabeçalho tempo.png": `${prefixo}/email/cabe%C3%A7alho%20tempo.png`,
|
||||
"cabeçalho 2.2.png": `${prefixo}/email/cabe%C3%A7alho%202.2.png`,
|
||||
"Cabeçalho 1.png": `${prefixo}/email/Cabe%C3%A7alho%201.png`,
|
||||
},
|
||||
dados: {
|
||||
"tabela_ibama.json": `${prefixo}/dados/tabela_ibama.json`,
|
||||
"municipios.json": `${prefixo}/dados/municipios.json`,
|
||||
|
|
|
|||
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue