.
This commit is contained in:
parent
cd5d4a9568
commit
4917883aaf
4 changed files with 4 additions and 4 deletions
|
|
@ -28,7 +28,7 @@ export const mapearPasta = ({
|
|||
if (!fs.existsSync(pasta_estaticos))
|
||||
throw new Error(`Pasta ${pasta_estaticos} não existe`)
|
||||
|
||||
const _gerar = (async () => {
|
||||
;(async () => {
|
||||
// listar arquivos da pasta estáticos
|
||||
const files = globSync(`${pasta_estaticos}**/*`, { nodir: true })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue