host from config (config has been merge w/ cli by core/config)
This commit is contained in:
parent
c685432ea2
commit
c6232de878
|
@ -20,6 +20,7 @@ class WebServer {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.host = this.webServerConfig.host;
|
||||||
this.port = parseInt(this.webServerConfig.port);
|
this.port = parseInt(this.webServerConfig.port);
|
||||||
this._openBrowser = this.webServerConfig.openBrowser;
|
this._openBrowser = this.webServerConfig.openBrowser;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue