When developing VibeTunnel’s web interface, you may encounter browser-specific issues that only appear on certain devices (e.g., Safari on iPad). This guide shows you how to test your local development changes on these devices without deploying.
# Terminal 1: Development serverpnpm run dev --port 4021 --bind 0.0.0.0# Terminal 2: Production server (if needed)# VibeTunnel app handles this automatically