Closed seancorfield closed 6 years ago
Leiningen relies on :main in project.clj to start a REPL in the project's main namespace. While the generated Boot app project specifies the main namespace for building a JAR, it doesn't specify it for starting a REPL.
:main
project.clj
Leiningen relies on
:main
inproject.clj
to start a REPL in the project's main namespace. While the generated Boot app project specifies the main namespace for building a JAR, it doesn't specify it for starting a REPL.