environ icon indicating copy to clipboard operation
environ copied to clipboard

lein run

Open danmayer opened this issue 9 years ago • 1 comments

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?

danmayer avatar Nov 23 '16 18:11 danmayer

You can use Leiningen's profiles if you want different environments in development.

weavejester avatar Nov 23 '16 21:11 weavejester