@kirill.salykin has joined the channel
Hi
Is it possible to use both with-args and swap?
seems one cancels other?
(-> (mount/with-args {:signal (promise)})
(mount/swap {#'config/config (config/load-config)})
(mount/start))
the (:signal (mount/args)) is nilplease help