This commit is contained in:
2025-03-10 15:04:39 -07:00
parent 7373ef41d1
commit fcb46bf756
25 changed files with 223 additions and 464 deletions

View File

@@ -21,7 +21,7 @@
[datomic.api :as dc]
[puget.printer :as puget]
[datomic.api :as d]
[figwheel.main.api]
#_[figwheel.main.api]
[hawk.core]
[mount.core :as mount]
[nrepl.middleware.print])
@@ -350,7 +350,7 @@
(defn- auto-reset-handler [ctx event]
(require 'figwheel.main.api)
#_(require 'figwheel.main.api)
(binding [*ns* *ns*]
(clojure.tools.namespace.repl/refresh)
ctx))