mirror of https://github.com/jetkvm/kvm.git
fix(dev_device): update JETKVM_PROXY_URL to use WebSocket protocol (#342)
This commit is contained in:
parent
960ef230ba
commit
1505ca1bc1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue