Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 665af8a

Browse files
committed
adding host to npm start
1 parent f334aef commit 665af8a

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
@@ -3,7 +3,7 @@
33
"description": "Topcoder pages including login, registration, settings, dashboard, profile.",
44
"scripts": {
55
"build": "webpack --bail --progress --build --tc",
6-
"start": "webpack-dev-server --history-api-fallback --dev --tc --inline --progress --port 3000",
6+
"start": "webpack-dev-server --history-api-fallback --host 0.0.0.0 --dev --tc --inline --progress --port 3000",
77
"lint": "eslint --ignore-path .gitignore .",
88
"test": "karma start --tc --test"
99
},

0 commit comments

Comments
 (0)