Browse Source

Don't launch browser

Robert Marshall 3 years ago
parent
commit
afdadbcd90
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Robware.Api.Projects/Properties/launchSettings.json

+ 1 - 1
src/Robware.Api.Projects/Properties/launchSettings.json

@@ -17,7 +17,7 @@
     },
     },
     "Robware.Api.Projects": {
     "Robware.Api.Projects": {
       "commandName": "Project",
       "commandName": "Project",
-      "launchBrowser": true,
+      "launchBrowser": false,
       "launchUrl": "weatherforecast",
       "launchUrl": "weatherforecast",
       "environmentVariables": {
       "environmentVariables": {
         "ASPNETCORE_ENVIRONMENT": "Development"
         "ASPNETCORE_ENVIRONMENT": "Development"