Hacker News new | ask | show | jobs
by avbor 896 days ago
You can expose the browser port via ssh, with a command line flag like `-L 8080:127.0.0.1:8080`. So you can still preview locally
1 comments

Ah yeah, tunneling it back makes perfect sense - not sure why I never considered that. I'll explore that a bit - thanks for the heads up!
If you're using vs code, vscode is doing that automatically