Files
BlazorSvgComponents/samples/HeatMap/Properties/launchSettings.json
2026-01-07 22:03:22 +08:00

15 lines
365 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
"applicationUrl": "http://localhost:5184",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}