fix(dev_device): update JETKVM_PROXY_URL to use WebSocket protocol (#342)

This commit is contained in:
Adam Shiervani 2025-04-10 00:05:41 +02:00 committed by Siyuan Miao
parent 960ef230ba
commit 1505ca1bc1
1 changed files with 1 additions and 1 deletions

View File

@ -16,4 +16,4 @@ echo "└───────────────────────
# Set the environment variable and run Vite
echo "Starting development server with JetKVM device at: $ip_address"
sleep 1
JETKVM_PROXY_URL="http://$ip_address" npx vite dev --mode=device
JETKVM_PROXY_URL="ws://$ip_address" npx vite dev --mode=device