Don't launch the browser for signalr

This commit is contained in:
David Fowler 2023-05-08 00:08:15 -07:00 committed by Reuben Bond
parent 6933d9997d
commit af42aab95e

View File

@ -2,7 +2,7 @@
"profiles": {
"Ordering.SignalrHub": {
"commandName": "Project",
"launchBrowser": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5225/",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"