You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
It's a nice convenience to be able to run ngrok from inside the node server itself, but a downside is if you touch some files and want to restart, you get a new ngrok tunnel.
ngrok can be combined with nodemon in such a way that if the server restarts due to a file change, the tunnel persists. Best of all the things.
Not necessarily a feature request, just putting this here as a convenience for others.
It's a nice convenience to be able to run ngrok from inside the node server itself, but a downside is if you touch some files and want to restart, you get a new ngrok tunnel.
ngrok
can be combined withnodemon
in such a way that if the server restarts due to a file change, the tunnel persists. Best of all the things.Not necessarily a feature request, just putting this here as a convenience for others.
https://gist.github.com/spalladino/45a6e54d7942ac0bad64dd54d7d12467
The text was updated successfully, but these errors were encountered: