feat: Make configuration module file-name optional, so that it is not required by a config file.
All checks were successful
CI / Ubuntu (push) Successful in 2m35s

This commit is contained in:
2024-12-24 17:13:54 -05:00
parent fb60c22257
commit 04bfd4a6ae
3 changed files with 24 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ extension Configuration.Target {
path = "Sources/\(path)"
}
filePath = "\(path)/\(module.fileName)"
filePath = "\(path)/\(module.fileNameOrDefault)"
}
if let gitDirectory {