environ
environ copied to clipboard
lein run
Right now the repl works but when I run on my local system, is there a way to force running in development mode? Basically when not on production I still want to run the full script against different environments. is there something like lein run --env dev as an option?
You can use Leiningen's profiles if you want different environments in development.