Update client/angular.json
This commit is contained in:
@@ -34,6 +34,12 @@
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
}
|
||||
],
|
||||
"budgets": [
|
||||
{
|
||||
"type": "initial",
|
||||
@@ -58,14 +64,6 @@
|
||||
},
|
||||
"serve": {
|
||||
"builder": "@angular-devkit/build-angular:dev-server",
|
||||
"options": {
|
||||
"host": "0.0.0.0",
|
||||
"port": 4200,
|
||||
"allowedHosts": [
|
||||
"dev.unifihomenetwork.com"
|
||||
],
|
||||
"servePath": "/gameovergne"
|
||||
},
|
||||
"configurations": {
|
||||
"production": {
|
||||
"buildTarget": "client:build:production"
|
||||
@@ -106,4 +104,4 @@
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user