.
This commit is contained in:
parent
cd5d4a9568
commit
4917883aaf
4 changed files with 4 additions and 4 deletions
|
|
@ -32,7 +32,7 @@ const mapearPasta = ({
|
|||
const pasta_estaticos = pasta.endsWith("/") ? pasta : `${pasta}/`;
|
||||
if (!fs.existsSync(pasta_estaticos))
|
||||
throw new Error(`Pasta ${pasta_estaticos} n\xE3o existe`);
|
||||
const _gerar = (async () => {
|
||||
(async () => {
|
||||
const files = globSync(`${pasta_estaticos}**/*`, { nodir: true });
|
||||
const arquivo_ts = `
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue