Browse Source

Make webpack bind to 0.0.0.0

pull/1/head
Ravi Shah 5 years ago
parent
commit
c9bcb38281
  1. 2
      www/package.json

2
www/package.json

@ -8,7 +8,7 @@
}, },
"scripts": { "scripts": {
"build": "webpack --config webpack.config.js", "build": "webpack --config webpack.config.js",
"start": "webpack-dev-server"
"start": "webpack-dev-server --host 0.0.0.0"
}, },
"repository": { "repository": {
"type": "git", "type": "git",

Loading…
Cancel
Save