I'm using the Krell. Whenever I add a file(*.cljs) in my project, I should re-run the commands clj -M -m krell.main -co build.edn -c
clj -M -m krell.main -co build.edn -r
respectively. Krell seems can't find the new added file without it. I'm very new to clj(s), so probably I'm missing something. Is there any way to make this flow better?
I noticed the same thing recently. Also wondering if there is a better way?