chore: allow dev.unifihomenetwork.com in dev-server
This commit is contained in:
@@ -58,6 +58,13 @@
|
|||||||
},
|
},
|
||||||
"serve": {
|
"serve": {
|
||||||
"builder": "@angular-devkit/build-angular:dev-server",
|
"builder": "@angular-devkit/build-angular:dev-server",
|
||||||
|
"options": {
|
||||||
|
"host": "0.0.0.0",
|
||||||
|
"port": 4200,
|
||||||
|
"allowedHosts": [
|
||||||
|
"dev.unifihomenetwork.com"
|
||||||
|
]
|
||||||
|
},
|
||||||
"configurations": {
|
"configurations": {
|
||||||
"production": {
|
"production": {
|
||||||
"buildTarget": "client:build:production"
|
"buildTarget": "client:build:production"
|
||||||
|
|||||||
Reference in New Issue
Block a user