We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6430fca commit 50b6524Copy full SHA for 50b6524
docs/operate/control/viam-applications.md
@@ -54,7 +54,8 @@ const machineCookieKey = window.location.pathname.split("/")[2];
54
} = JSON.parse(Cookies.get(machineCookieKey)!));
55
```
56
57
-For developing your application on localhost, run the following command which will proxy your local app to a machine for testing:
+For developing your application on localhost, run the following command which will proxy your local app.
58
+The command will open a browser window and navigate to `http://localhost:8000/machine/<machineHostname>` for the machine provided with --machine-id.
59
60
{{< tabs >}}
61
{{% tab name="Template" %}}
0 commit comments