Update client/angular.json

This commit is contained in:
2025-11-21 14:25:20 +00:00
parent e38c7f8241
commit f1d2c9b33b

View File

@@ -34,6 +34,12 @@
}, },
"configurations": { "configurations": {
"production": { "production": {
"fileReplacements": [
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
}
],
"budgets": [ "budgets": [
{ {
"type": "initial", "type": "initial",
@@ -58,14 +64,6 @@
}, },
"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"
],
"servePath": "/gameovergne"
},
"configurations": { "configurations": {
"production": { "production": {
"buildTarget": "client:build:production" "buildTarget": "client:build:production"
@@ -106,4 +104,4 @@
"cli": { "cli": {
"analytics": false "analytics": false
} }
} }