Files
TriliumMind/Properties/launchSettings.json
2025-12-11 10:20:10 +09:00

13 lines
268 B
JSON

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