From 35039d658f2ca511963d35173d7e186af2d6b803 Mon Sep 17 00:00:00 2001 From: AdamBtech <60339324+AdamBtech@users.noreply.github.com> Date: Fri, 23 May 2025 18:18:20 +0200 Subject: [PATCH] Changed project file location in angular.json --- angular.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/angular.json b/angular.json index d2391db..9cf25c1 100644 --- a/angular.json +++ b/angular.json @@ -54,13 +54,7 @@ "fonts": true }, "sourceMap": false, - "extractLicenses": true, - "fileReplacements": [ - { - "replace": "src/environments/environment.ts", - "with": "src/environments/environment.prod.ts" - } - ] + "extractLicenses": true }, "development": { "optimization": false,