mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-12 23:05:07 +00:00
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…
x
Reference in New Issue
Block a user