From a180e8446cb006eae2f52c76aa240e1c21e9b5dd Mon Sep 17 00:00:00 2001 From: Mika Kuns Date: Tue, 21 Apr 2026 15:56:14 +0200 Subject: [PATCH] chore(worker): tweak launchSettings --- src/ClaudeDo.Worker/Properties/launchSettings.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ClaudeDo.Worker/Properties/launchSettings.json b/src/ClaudeDo.Worker/Properties/launchSettings.json index 446b5e4..c784761 100644 --- a/src/ClaudeDo.Worker/Properties/launchSettings.json +++ b/src/ClaudeDo.Worker/Properties/launchSettings.json @@ -12,7 +12,7 @@ "http": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "http://localhost:5095", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -21,7 +21,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "https://localhost:7295;http://localhost:5095", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" @@ -29,7 +29,7 @@ }, "IIS Express": { "commandName": "IISExpress", - "launchBrowser": true, + "launchBrowser": false, "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development" }