Instead of having separate nested lein projects for each of the examples, it's
possible to combine the settings for each example under different profiles in
the main project. This way, you can run an example directly from the project
root with lein with-profile sessionexample run.
Instead of having separate nested lein projects for each of the examples, it's possible to combine the settings for each example under different profiles in the main project. This way, you can run an example directly from the project root with
lein with-profile sessionexample run
.