chore: stop opening browser automatically when connecting to remote
All checks were successful
Deploy to Production / test (push) Successful in 43s

This commit is contained in:
syntaxbullet
2026-02-06 13:11:16 +01:00
parent e4169d9dd5
commit 11c589b01c

View File

@@ -50,9 +50,6 @@ else
SSH_CMD="ssh -o ServerAliveInterval=30 -o ServerAliveCountMax=3"
fi
# Open browser in background
open_browser &
# Start both tunnels
# -N means "Do not execute a remote command". -L is for local port forwarding.
$SSH_CMD -N \