host from config (config has been merge w/ cli by core/config)

This commit is contained in:
Michael Bradley, Jr 2018-09-17 17:56:05 -05:00
parent c685432ea2
commit c6232de878
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class WebServer {
return;
}
this.host = this.webServerConfig.host;
this.port = parseInt(this.webServerConfig.port);
this._openBrowser = this.webServerConfig.openBrowser;