We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d7690c commit 2eb7c21Copy full SHA for 2eb7c21
ui/package.json
@@ -8,7 +8,7 @@
8
"test": "ng test",
9
"lint": "ng lint",
10
"e2e": "ng e2e",
11
- "start": "ng serve --open --proxy-config proxy.conf.json",
+ "start": "ng serve --open --proxy-config proxy.conf.json --host 0.0.0.0",
12
"test-no-watch": "ng test --single-run",
13
"build-dev": "ng build --progress --output-path ../public/ui",
14
"build-prod": "ng build --extract-css --progress --prod --aot --output-path ../public/ui"
0 commit comments