24 lines
445 B
JSON
24 lines
445 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"SassCompiler": {
|
|
"SourceFolder": "Styles",
|
|
"TargetFolder": "wwwroot/css",
|
|
"Arguments": "--style=compressed",
|
|
"GenerateScopedCss": true,
|
|
"ScopedCssFolders": [ "Views", "Pages", "Shared", "Components" ],
|
|
"IncludePaths": [],
|
|
|
|
"Configurations": {
|
|
"Debug": {
|
|
"Arguments": "--style=expanded"
|
|
}
|
|
}
|
|
}
|
|
}
|