From 868039d1021b027f5bf0678c1b403c0ac65d8fd5 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 9 Mar 2026 04:33:24 -0500 Subject: [PATCH] chore: enable aspire to run with made mode --- .aspire/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.aspire/settings.json b/.aspire/settings.json index 6f21d44..5ace12b 100644 --- a/.aspire/settings.json +++ b/.aspire/settings.json @@ -1,3 +1,4 @@ { - "appHostPath": "../src/FiscalOS.AppHost/FiscalOS.AppHost.csproj" + "appHostPath": "../src/FiscalOS.AppHost/FiscalOS.AppHost.csproj", + "defaultWatchEnabled": "true" } \ No newline at end of file