Black Rock Reporting Azure Function
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

launchSettings.json 154B

123456789
  1. {
  2. "profiles": {
  3. "ClockifyReport": {
  4. "commandName": "Project",
  5. "commandLineArgs": "--port 7003",
  6. "launchBrowser": false
  7. }
  8. }
  9. }