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
Might be a dumb question, but do you happen to know of a trick to open a tab only once? I'm using nodemon to watch multiple servers:
nodemon server.js
So every time I change the file and hit save, a new tab is opened. I am using nodemon because it is convenient and helps me restart all the servers, so I don't have to figure out which one to restart.
Thanks!
The text was updated successfully, but these errors were encountered:
Might be a dumb question, but do you happen to know of a trick to open a tab only once? I'm using
nodemon
to watch multiple servers:nodemon server.js
So every time I change the file and hit save, a new tab is opened. I am using nodemon because it is convenient and helps me restart all the servers, so I don't have to figure out which one to restart.
Thanks!
The text was updated successfully, but these errors were encountered: