ant-design-blazor/site/AntDesign.Docs.Wasm/Properties/launchSettings.json
2020-05-29 00:33:49 +08:00

13 lines
397 B
JSON

{
"profiles": {
"AntDesign.Docs.Wasm": {
"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"
}
}
}
}