From 99bc056c26cb19647a1c88a1dea1b91b3bf3dd16 Mon Sep 17 00:00:00 2001 From: Sai Smruti Ranjan Das <160756794+saismrutiranjan18@users.noreply.github.com> Date: Tue, 24 Mar 2026 00:52:49 +0530 Subject: [PATCH] Specify host in Vite dev server command Updated Vite dev server command to specify host. --- understand-anything-plugin/skills/understand-dashboard/SKILL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/understand-anything-plugin/skills/understand-dashboard/SKILL.md b/understand-anything-plugin/skills/understand-dashboard/SKILL.md index e0614d7..4c20dbb 100644 --- a/understand-anything-plugin/skills/understand-dashboard/SKILL.md +++ b/understand-anything-plugin/skills/understand-dashboard/SKILL.md @@ -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 && GRAPH_DIR= npx vite --open + cd && GRAPH_DIR= npx vite --host 127.0.0.1 --open ``` Run this in the background so the user can continue working.