[ACA-1055] update host address (#126)

This commit is contained in:
Denys Vuika 2017-12-08 14:32:42 +00:00 committed by GitHub
parent b97f86340e
commit 4ae022aca2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -89,7 +89,8 @@
"component": {},
"serve": {
"proxyConfig": "proxy.conf.js",
"port": 3000
"port": 3000,
"host": "0.0.0.0"
}
}
}