Closed danielrearden closed 1 year ago
Even though watch is deprecated, it works as expected. watch-project ends up watching the entire CWD because, according to the docs, it looks for a . watchmanconfig to establish the root.
watch
watch-project
. watchmanconfig
Please refer to https://github.com/gajus/watchrow#project-root
Maybe the version that you are using does not have this fix?
https://github.com/gajus/watchrow/commit/03c748a33194e318497f0659a87c58a42f4fe468
Even though
watch
is deprecated, it works as expected.watch-project
ends up watching the entire CWD because, according to the docs, it looks for a. watchmanconfig
to establish the root.