Skip to content

Commit

Permalink
Add duct.core.repl/auto-reset to dev template
Browse files Browse the repository at this point in the history
  • Loading branch information
kwrooijen committed Dec 20, 2019
1 parent 10d0c6f commit 0eaf7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lein-template/resources/leiningen/new/duct/base/dev.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[clojure.tools.namespace.repl :refer [refresh]]
[clojure.java.io :as io]
[duct.core :as duct]
[duct.core.repl :as duct-repl]{{#cljs?}}
[duct.core.repl :as duct-repl :refer [auto-reset]]{{#cljs?}}
[duct.repl.figwheel :refer [cljs-repl]]{{/cljs?}}
[eftest.runner :as eftest]
[integrant.core :as ig]
Expand Down

0 comments on commit 0eaf7f2

Please sign in to comment.