Skip to content

Commit 550f600

Browse files
committed
Fix: #1
1 parent c145805 commit 550f600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"test": "ng test",
99
"lint": "ng lint",
1010
"e2e": "ng e2e",
11-
"start": "ng serve --open --proxy-config proxy.conf.json",
11+
"start": "ng serve --open --proxy-config proxy.conf.json --host 0.0.0.0",
1212
"test-no-watch": "ng test --single-run",
1313
"build-dev": "ng build --progress --output-path ../public/ui",
1414
"build-prod": "ng build --extract-css --progress --prod --aot --output-path ../public/ui"

0 commit comments

Comments
 (0)