Enable debugging on remote device

This commit is contained in:
2023-11-05 15:16:38 +00:00
parent 03d64364a8
commit d8c828686e

View File

@ -4,7 +4,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7021;http://localhost:5021",
"applicationUrl": "https://*:7021;http://*:5021",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}