From f1d2c9b33b2abd1960380960fd05eaf3557288f3 Mon Sep 17 00:00:00 2001 From: Vincent Guillet Date: Fri, 21 Nov 2025 14:25:20 +0000 Subject: [PATCH] Update client/angular.json --- client/angular.json | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/client/angular.json b/client/angular.json index 6a45d52..ff136d7 100644 --- a/client/angular.json +++ b/client/angular.json @@ -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 } -} +} \ No newline at end of file