This commit is contained in:
Luiz Silva 2025-07-18 18:07:05 -03:00
parent cd5d4a9568
commit 4917883aaf
4 changed files with 4 additions and 4 deletions

View file

@ -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 = `