From fa1841cdf28cb072b704c167a067098822669141 Mon Sep 17 00:00:00 2001 From: gitadmin Date: Mon, 3 Nov 2025 12:45:27 +0000 Subject: [PATCH] added dev-1 and dev-2 configurations --- angular.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/angular.json b/angular.json index 583d0d5..54ba623 100644 --- a/angular.json +++ b/angular.json @@ -72,6 +72,28 @@ "with": "src/environments/environment.development.ts" } ] + }, + "dev-1": { + "optimization": false, + "extractLicenses": false, + "sourceMap": true, + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment-dev-1.ts" + } + ] + }, + "dev-2": { + "optimization": false, + "extractLicenses": false, + "sourceMap": true, + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment-dev-2.ts" + } + ] } }, "defaultConfiguration": "production"