You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,10 +55,10 @@ hdcli tracker run
55
55
hdcli report generate
56
56
```
57
57
58
-
It is possible to change the server to which the report is sent by setting the `NES_REPORT_URL` environment variable.
58
+
For local debugging and development, it is possible configure the server to which reports are sent by setting the `NES_REPORT_URL` environment variable:
59
59
60
60
```bash
61
-
# Send information about your project manifest files
61
+
# Send information about your project manifest files to a custom graphql endpoint
0 commit comments