lumo 2019-04-05

@riptidebeach has left the channel

question about lumo build.. After compiling doesn’t seem like `-main gets called

any help greatly appreciated

build file

(require '[lumo.build.api :as b])

(b/build "src"
  {:main 'hello.core
   :output-to "main.js"
   :optimizations :advanced
   :target :nodej})