fixes sales queries, minor logging tweaks
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
[datomic.api :as d]
|
||||
[mount.core :as mount]
|
||||
[nrepl.middleware.print]
|
||||
[unilog.context :as lc])
|
||||
[unilog.context :as lc]
|
||||
[com.brunobonacci.mulog :as mu])
|
||||
(:import
|
||||
(org.apache.commons.io.input BOMInputStream)))
|
||||
|
||||
@@ -396,6 +397,7 @@
|
||||
|
||||
#_{:clj-kondo/ignore [:clojure-lsp/unused-public-var]}
|
||||
(defn start-db []
|
||||
(mu/start-publisher! {:type :console-json})
|
||||
(mount.core/start (mount.core/only #{#'auto-ap.datomic/conn})))
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user