find config files hiding in hidden folders (#389)
parent
38b596b846
commit
fa68c54a01
|
@ -414,6 +414,7 @@ async function createProjectService(
|
|||
onlyFiles: true,
|
||||
absolute: true,
|
||||
suppressErrors: true,
|
||||
dot: true,
|
||||
concurrency: Math.max(os.cpus().length, 1),
|
||||
})
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue