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

Commit 2553cad

Browse files
committed
only package update changes
1 parent 3011db5 commit 2553cad

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

package-lock.json

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
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 --host 0.0.0.0 --dev --tc --inline --progress --port 3000",
6+
"start": "webpack-dev-server --history-api-fallback --host local.topcoder-dev.com --dev --tc --inline --progress --port 3000",
77
"start-prod": "webpack-dev-server --history-api-fallback --host local.topcoder.com --prod --tc --inline --progress --port 80",
88
"lint": "eslint .",
99
"test": "karma start --tc --test"

0 commit comments

Comments
 (0)