lein-daemon
lein-daemon copied to clipboard
How to lein daemon after lein uberjar?
I don't want to put my source code on server, is it possible to put the lein daemon logic in the -main method?
I don't really understand the question. lein daemon calls the clojure function foo.bar/-main. After an uberjar, your clojure functions still work, right? Does lein run work for you?