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