Fork me on GitHub
#boot
<
2018-12-07
>
lispyclouds06:12:25

@alandipert i was trying with comp and wasnt working. just plainly writing

(require '[bob.main :as app])
(deftask run []
  (app/-main)
  (wait))
works now! Thanks for the suggestion 😄

👍 4