Files
InternalSortMethods/InternalSortMethods.Browser/Properties/launchSettings.json
2026-04-12 18:05:58 +03:00

14 lines
426 B
JSON

{
"profiles": {
"InternalSortMethods.Browser": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:7169;http://localhost:5235",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
}
}