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
ee29cb11bd
commit
d824a1bc86
|
@ -16,4 +16,4 @@ echo "└───────────────────────
|
||||||
# Set the environment variable and run Vite
|
# Set the environment variable and run Vite
|
||||||
echo "Starting development server with JetKVM device at: $ip_address"
|
echo "Starting development server with JetKVM device at: $ip_address"
|
||||||
sleep 1
|
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