From c4f931ce248b930e9100295ef2bf09565f22fde8 Mon Sep 17 00:00:00 2001 From: Chris Veilleux Date: Tue, 26 Jul 2022 13:21:27 -0500 Subject: [PATCH] added development configuration for ng serve --- angular.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/angular.json b/angular.json index 17b3766..9491b2a 100644 --- a/angular.json +++ b/angular.json @@ -264,6 +264,9 @@ "configurations": { "production": { "browserTarget": "market:build:production" + }, + "development": { + "browserTarget": "market:build:development" } } }, @@ -448,6 +451,9 @@ "configurations": { "production": { "browserTarget": "sso:build:production" + }, + "development": { + "browserTarget": "sso:build:development" } } }, @@ -660,6 +666,9 @@ "configurations": { "production": { "browserTarget": "account:build:production" + }, + "development": { + "browserTarget": "account:build:development" } } }, @@ -856,6 +865,9 @@ "configurations": { "production": { "browserTarget": "precise:build:production" + }, + "development": { + "browserTarget": "precise:build:development" } } },