Files
TriliumMind/Properties/launchSettings.json

13 lines
268 B
JSON
Raw Permalink Normal View History

2025-12-11 10:20:10 +09:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"profiles": {
"TriliumMind": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
}
}
}