Exporteed getConfigDir.
All checks were successful
build / build (push) Successful in 7s

This commit is contained in:
2026-03-07 15:26:38 +01:00
parent 4dac95e081
commit f5877d2ccd
4 changed files with 4 additions and 4 deletions

View File

@@ -9,4 +9,4 @@ export {
readCsvFromStdin,
renderOutput,
} from "./cli/utils.ts";
export { getConfig } from "./config/index.ts";
export { getConfigDir, getConfig } from "./config/index.ts";