HuanMengAdmin/admin-client-blazor/HZY.Admin.Blazor.Client/HZY.Admin.Blazor.Client/Properties/launchSettings.json
2024-07-18 02:27:50 +08:00

16 lines
457 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5176",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}