blazor-mcp / appsettings.Development.json
Loresayer's picture
Preliminary copying into HF Docker Space of ''hello world'' Blazor web client
79f7e9a
raw
history blame contribute delete
119 Bytes
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}