override watched directories #4857
DerrickAfrifa
started this conversation in
Ideas
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would it be possible to implement a feature where multiple files and directories can be watched with the
--watch
flag? Innodemon
you can do something likenodemon --watch app --watch lib index.js
and this will restart the process when theapp
andlib
directories change. As far as I can see from the docs, this is not possible with bun.Beta Was this translation helpful? Give feedback.
All reactions