Files
Shogi/Shogi.UI/Properties/launchSettings.json

15 lines
428 B
JSON

{
"profiles": {
"Shogi.UI": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:3000",
"nativeDebugging": true
}
}
}