engine
engine copied to clipboard
Engineer "start" should not prefer dist-app over dist
At the moment, if you've built a static version of an engine package, and then run engineer start
in the same directory, the statically built version will be run.
In dev mode this can be really annoying in the case where you've forgotten an old build you did, and don't get the expected changes as you're working on the project.