Files
2026-01-17 03:22:44 +01:00

20 lines
448 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"Spacebar.CleanSettingsRows": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Local": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Local"
}
}
}
}