All checks were successful
build / build (push) Successful in 1m47s

This commit is contained in:
2026-03-25 15:32:24 -06:00
parent 06e6b8ebaf
commit c6d10b9776
4 changed files with 45 additions and 22 deletions

View File

@@ -63,6 +63,9 @@
(throw (ex-info "Failed to conform config"
(s/explain-data spec r))))))
(defn load-config! [var spec files & {:as opts}]
(alter-var-root var (constantly (read-config spec files opts))))
(def sources
[;; Default config.
(io/resource "net/deertopia/doerg/default-config.edn")