From 5c6cb051ac17032f75412d6f42afb451e277791a Mon Sep 17 00:00:00 2001 From: sdarbinyan Date: Tue, 24 Mar 2026 00:21:48 +0400 Subject: [PATCH] angular json --- angular.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/angular.json b/angular.json index b8c0f9e..d0a211e 100644 --- a/angular.json +++ b/angular.json @@ -35,6 +35,12 @@ }, "configurations": { "production": { + "fileReplacements": [ + { + "replace": "src/environments/environment.ts", + "with": "src/environments/environment.production.ts" + } + ], "budgets": [ { "type": "initial",