From 7f1c0bc1d89e161c204ca22ce8dad13dec87f45c Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 16 Feb 2025 18:42:51 +0000 Subject: [PATCH] don't launch browser on API services --- src/Api/Properties/launchSettings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Api/Properties/launchSettings.json b/src/Api/Properties/launchSettings.json index c419c2c8..e27c888f 100644 --- a/src/Api/Properties/launchSettings.json +++ b/src/Api/Properties/launchSettings.json @@ -13,7 +13,7 @@ "https": { "commandName": "Project", "dotnetRunMessages": true, - "launchBrowser": true, + "launchBrowser": false, "applicationUrl": "https://localhost:6001;", "environmentVariables": { "ASPNETCORE_ENVIRONMENT": "Development"