launchSettings.json 144 B

12345678
  1. {
  2. "profiles": {
  3. "CompressWorker": {
  4. "commandName": "Project",
  5. "commandLineArgs": "http://localhost:5026 ./outputs"
  6. }
  7. }
  8. }