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
2c99d356b6
commit
0c3ea6e423
|
|
@ -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