just confirming that something like the following works great: :external-config {:dirac.runtime/config {:nrepl-config {:repl-init-code '(require '[clojure.string :as string] '[reagent.core :as r])
@darwin 🙂
@superstructor cool, but maybe you want to concat it with original standard repl init code from dirac, no?
some repl stuff might depend on it
right, didn’t notice yet that doc
/ source
etc was broken without that! doing that now @darwin