1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 09:37:02 +00:00

ui: Have dev-server bind to 0.0.0.0

This commit is contained in:
James Hillyerd
2019-02-18 16:31:54 -08:00
parent aaf8eb5ec1
commit f1b85be23a

View File

@@ -6,7 +6,7 @@
"scripts": {
"build": "webpack --mode production",
"watch": "webpack --mode development --watch",
"dev": "webpack-dev-server --mode development --port 3000 --hot",
"dev": "webpack-dev-server --mode development --host 0.0.0.0 --port 3000 --hot",
"errors": "webpack --mode development --display-error-details"
},
"dependencies": {},