using watchman only on specific project

77 Views Asked by At

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?

0

There are 0 best solutions below