find config files hiding in hidden folders (#389)

master
Brad Cornes 2021-09-10 14:46:27 +01:00
parent 38b596b846
commit fa68c54a01
1 changed files with 1 additions and 0 deletions

View File

@ -414,6 +414,7 @@ async function createProjectService(
onlyFiles: true,
absolute: true,
suppressErrors: true,
dot: true,
concurrency: Math.max(os.cpus().length, 1),
})
)