ant-design-blazor/site/AntDesign.Docs.WasmHost/Properties/launchSettings.json

13 lines
404 B
JSON
Raw Normal View History

{
"profiles": {
"AntDesign.Docs.WasmHost": {
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}