hello everyone 🙂
I started leearning clojure and luminus and I have couple of missunderstanding, hoping someone here can help with
first of all how do I trigger functions such as create-migration?
do I first open repl with lein repl inside project directory?
I first tried that and got error
what is the error?
I got this error: IllegalArgumentException find not supported on type: mount.core.DerefableState clojure.lang.RT.find``
but I found the discussion from this channel and resolved it by running
(restart)
after that creating migrations worked
So it all worked out 🙂
yes, thanks
after you launch lein repl use (start) . (restart) is stop + start you get the idea.
can someone help me with definining rest routes via swagger and reitit
I've followed official luminus docs but I can't understand it
I also wrote question on reitit channel
try waiting until Monday.