From da9e17d0bb7921084a65ba3126d4a61cfdfbeb57 Mon Sep 17 00:00:00 2001 From: Ian Labicani Date: Thu, 14 Mar 2024 22:18:57 +0800 Subject: [PATCH] Update environment file for development --- angular.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/angular.json b/angular.json index f08e988..2969df5 100644 --- a/angular.json +++ b/angular.json @@ -49,7 +49,7 @@ "sourceMap": true, "fileReplacements": [ { - "replace": "src/environments/environment.environment.ts", + "replace": "src/environments/environment.development.ts", "with": "src/environments/environment.ts" } ]