Closed IanVaughan closed 6 years ago
LGTM
I think a dev would expect iex
to just work, which config it uses does no harm right?
If they want to change it they can, but forcing them to have to isn't that nice.
Also MIX_ENV=test iex -s mix
is not something I'd expect to run, its much nicer working without the env setup.
But as I say on the other MR, ideally it should have a dev and test config, but I was just after a quick fix!
These changes get
iex -S mix
working on a local shellFixes #9