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
fix: get watch working on windows
ref: #2270
I'm using minimatch's `windowsPathsNoEscape` option which does get the matching working again.
I'm wary that additional rules might not work, but this seems like the robust approach.
fix: script.start with missing file
Fixes#2258
The issue was that the scripts couldn't be found, so it was just trying
to repeatedly read it from scripts.start.
Now if nodemon is in the scripts.start command it exits out the logic.