When Hyper is in dev mode, local config file has precedence: https://github.com/zeit/hyper/blob/e181e1eb8d5b3044a99a1add728c5bca8b5a14c3/app/config/paths.js#L18-L29
It permits to develop on Hyper without breaking regular one.
It would be great to do something similar for CLI here: https://github.com/zeit/hyper/blob/e181e1eb8d5b3044a99a1add728c5bca8b5a14c3/cli/api.js#L8
Not conditioned to electron-is-dev, but maybe to process.env.NODE_ENV value or something like that.
It would make other PRs, like #2756, easier to develop.
i'd like to have a go at this 馃檹
Opened PR #2792 to address this 馃槉
Fixed by #2792
Most helpful comment
i'd like to have a go at this 馃檹