Files
Ursa.Avalonia/demo/Ursa.Demo.Browser/Properties/launchSettings.json
2025-01-17 00:13:27 +08:00

14 lines
396 B
JSON

{
"profiles": {
"Ursa.Demo.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}"
}
}
}