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
I was expecting that launching micro-dev api will only watch 'api' folder but it is reloading after any file on my project changes, also outside api folder.
I have solved that using --ignore flag but I find the behavior that I expected more rational.
The text was updated successfully, but these errors were encountered:
I think the help text is almost correct. the [path] is always watched. in your situation, [path] === api/index.js. I think the missing piece in the help is that it should say "if watch is not set, micro-dev will watch your cwd".
I was expecting that launching
micro-dev api
will only watch 'api' folder but it is reloading after any file on my project changes, also outside api folder.I have solved that using --ignore flag but I find the behavior that I expected more rational.
The text was updated successfully, but these errors were encountered: