Closed jacobobryant closed 2 years ago
For example:
(defn add-libs [] (clojure.tools.deps.alpha.repl/add-libs (:deps (edn/read-string (slurp "deps.edn"))))) (defn on-save [sys] (add-libs) (biff/eval-files! sys) ...
So you can add stuff to deps.edn, save the file, and things will just work
For example:
So you can add stuff to deps.edn, save the file, and things will just work