facebook / watchman

Watches files and records, or triggers actions, when they change.
https://facebook.github.io/watchman/
MIT License
12.57k stars 986 forks source link

using watchman only on specific directory #1043

Open dinager opened 2 years ago

dinager commented 2 years ago

I am running 2 ember applications on my computer, On one of them I want watchman to run (to solve EMFILE: too many open files, watch) on the other project I do not want it to run - since it causes an error (TypeError: Invalid Version: 2022.06.27.00)

is there a way to configure watchman to run/ not run on specific projects?