Skip to content

Commit cc3df7a

Browse files
committed
listen on 0.0.0.0
1 parent c24f00c commit cc3df7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"main": "./dist/gitment.js",
55
"scripts": {
66
"build": "babel src --out-dir dist --ignore test.js --source-maps & NODE_ENV=production webpack --config webpack.config.js --progress --profile --colors",
7-
"dev": "webpack-dev-server --config webpack.dev.config.js --progress --profile --colors"
7+
"dev": "webpack-dev-server --config webpack.dev.config.js --host 0.0.0.0 --progress --profile --colors"
88
},
99
"devDependencies": {
1010
"babel-cli": "^6.24.0",

0 commit comments

Comments
 (0)