chore: update launch configurations and add debug build tasks

This commit is contained in:
2026-01-31 00:03:00 +01:00
parent e35f45dc4d
commit 70e115f2a0
4 changed files with 41 additions and 15 deletions

View File

@@ -5,7 +5,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5055",
"applicationUrl": "http://+:5055",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@@ -6,7 +6,7 @@
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5014",
"applicationUrl": "http://+:5016",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}