feat(v2): add ability disable to open page in browser when start command (#1856)

* feat(v2): add ability disable to open page in browser when start command

* Replace disable-open-browser with no-open

* Fixes
This commit is contained in:
Alexey Pyltsyn 2019-10-19 07:17:34 +03:00 committed by Endi
parent 9eb05d8711
commit e408d72d26
5 changed files with 7 additions and 2 deletions

View file

@ -49,6 +49,7 @@ export interface StartCLIOptions {
port: string;
host: string;
hotOnly: boolean;
open: boolean;
}
export interface BuildCLIOptions {