From a7f672740075ddabaaefce48b9999ddc480090be Mon Sep 17 00:00:00 2001 From: Alix JEUDI--LEMOINE Date: Thu, 29 May 2025 23:44:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Removed=20environments=20replace?= =?UTF-8?q?=20in=20angular.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- angular.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/angular.json b/angular.json index 3d9ddc5..074d9fb 100644 --- a/angular.json +++ b/angular.json @@ -61,12 +61,7 @@ "optimization": false, "extractLicenses": false, "sourceMap": true, - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.development.ts" - } - ] + "fileReplacements": [] } }, "defaultConfiguration": "production"