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
In v2.0.0, miniflare --watch would pick up changes to src/subdir/file.ts and reload the worker appropriately. In v2.1.0, miniflare --watch only picks up changes to direct children of src (such as src/index.ts).
Hey! 👋 Thanks for raising this. Would you be able to post your logs with the NODE_DEBUG=mf-watch environment variable set? This will enable very-verbose logging for the watcher.
I have a file tree that looks like this:
In v2.0.0,
miniflare --watch
would pick up changes tosrc/subdir/file.ts
and reload the worker appropriately. In v2.1.0,miniflare --watch
only picks up changes to direct children ofsrc
(such assrc/index.ts
).miniflare --watch --verbose
shows:And this occurs on the default config. I’ve tried this with an MWE and it still shows.
This is running on a Debian VS Codespaces instance, if that helps.
The text was updated successfully, but these errors were encountered: