Hacker News new | ask | show | jobs
by webo 2628 days ago
>you don't need to be online with your feature branch checked out

Can you expand on what do you mean by this?

1 comments

The `netlify dev --live` command opens up a tunnel to your local dev server port. If you close your laptop, the connection closes. Similarly, if you switch branches, the content of your build will change, even though the URL you've shared remains the same.