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