mount

tolitius 2018-03-16T03:49:48.000110Z

right:

#?(:clj
   (defstate ^{:on-reload :noop} config
     :start (load-config)))
cljs does not see that: i.e. cljs compiler does not compile this, hence config is not known on the cljs side

2018-03-16T03:51:03.000030Z