mirror of
https://github.com/luckfox-eng29/kvm.git
synced 2026-01-18 03:28:19 +01:00
fix(dev_device): update JETKVM_PROXY_URL to use WebSocket protocol (#342)
This commit is contained in:
committed by
Siyuan Miao
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
|
||||
|
||||
Reference in New Issue
Block a user