Specify host in Vite dev server command

Updated Vite dev server command to specify host.
This commit is contained in:
Sai Smruti Ranjan Das
2026-03-24 00:52:49 +05:30
committed by GitHub
Unverified
parent f53f3605b4
commit 99bc056c26
@@ -56,7 +56,7 @@ Start the Understand Anything dashboard to visualize the knowledge graph for the
5. Start the Vite dev server pointing at the project's knowledge graph:
```bash
cd <dashboard-dir> && GRAPH_DIR=<project-dir> npx vite --open
cd <dashboard-dir> && GRAPH_DIR=<project-dir> npx vite --host 127.0.0.1 --open
```
Run this in the background so the user can continue working.