Fork me on GitHub
#luminus
<
2017-05-22
>
danielgrosse12:05:28

How can I run luminus with cursive?

danielgrosse12:05:09

When I start the REPL it starts different with leiningen run and cursives repl

frank16:05:26

when you run lein run, it calls your program's :main function, while this isn't the case with lein repl

frank16:05:40

so you may need to call that function yourself to initialize your luminus app in the same manner

jmayaalv21:05:25

@danielgrosse from the repl you can run (start)

jmayaalv21:05:15

this is a method on the names[ace dev/user.clj