don't launch browser on API services

main
Paul Schneider 10 months ago
parent 088634129e
commit 7f1c0bc1d8
1 changed files with 1 additions and 1 deletions

@ -13,7 +13,7 @@
"https": { "https": {
"commandName": "Project", "commandName": "Project",
"dotnetRunMessages": true, "dotnetRunMessages": true,
"launchBrowser": true, "launchBrowser": false,
"applicationUrl": "https://localhost:6001;", "applicationUrl": "https://localhost:6001;",
"environmentVariables": { "environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development" "ASPNETCORE_ENVIRONMENT": "Development"

Loading…