change dev serv host

This commit is contained in:
zhiqiang feng
2022-09-26 11:23:11 +08:00
parent 106a940a7d
commit cd53a4cc2c
+1 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0", "version": "0.0.0",
"scripts": { "scripts": {
"ng": "ng", "ng": "ng",
"start": "ng serve --port 8080 --proxy-config proxy.conf.json", "start": "ng serve --host 0.0.0.0 --port 8080 --disable-host-check --proxy-config proxy.conf.json",
"build": "ng build", "build": "ng build",
"test": "ng test", "test": "ng test",
"lint": "ng lint", "lint": "ng lint",