summaryrefslogtreecommitdiff
path: root/tools/run
diff options
context:
space:
mode:
Diffstat (limited to 'tools/run')
-rwxr-xr-xtools/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/run b/tools/run
index 88262c6..8560c31 100755
--- a/tools/run
+++ b/tools/run
@@ -11,7 +11,7 @@ trap 'kill "${PIDS[@]}"' EXIT
cargo run &
PIDS+=($!)
-npm run dev -- --host &
+npx vite dev --host &
PIDS+=($!)
wait "${PIDS[@]}"