Dropped custom GUID validation function in favour of standard uuid library.
All checks were successful
build / build (push) Successful in 10s

This commit is contained in:
2026-03-07 14:40:55 +01:00
parent fe1b8f0e1f
commit 4dac95e081
4 changed files with 42 additions and 13 deletions

View File

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