| Name | Message | Date |
|---|---|---|
| 📄 launchSettings.json | 1 day ago |
📄
src/Reviewer.Cli/Properties/launchSettings.json
{ "$schema": "https://json.schemastore.org/launchsettings.json", "profiles": { "first": { "commandName": "Project", "dotnetRunMessages": true, "launchBrowser": false, "commandLineArgs": "--RepositoryPath $(SolutionDir) --CommitHash 1a60def", "workingDirectory": "$(ProjectDir)", "environmentVariables": { "DOTNET_ENVIRONMENT": "Development" } } } }