From 2014bd363ac854dd615e3b06111b36e97d0b0e76 Mon Sep 17 00:00:00 2001 From: Derek Holloway Date: Tue, 17 Jun 2025 20:35:01 -0700 Subject: [PATCH] keep from deleting everything --- src/MistoxWebsite.Client/angular.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MistoxWebsite.Client/angular.json b/src/MistoxWebsite.Client/angular.json index 776888c..033687c 100644 --- a/src/MistoxWebsite.Client/angular.json +++ b/src/MistoxWebsite.Client/angular.json @@ -30,7 +30,8 @@ "outputPath": { "base": "../MistoxWebsite.Server/wwwroot", "browser": "" - } + }, + "deleteOutputPath": false }, "configurations": { "production": {