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

12 lines
259 B
JSON

{
"profiles": {
"AntDesign.Docs.Server": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}