root directory doesn't stop monorepo from rebuilding

I have /backend and /frontend and both services do not have watch path set. How should I update the config so that updating the /backend does not cause /frontend to rebuild?
6 Replies
Percy
Percy7mo ago
Project ID: 2890c019-be36-45c2-800b-c4c137d5295f
vince🐶🐱
vince🐶🐱7mo ago
2890c019-be36-45c2-800b-c4c137d5295f
Brody
Brody7mo ago
hmm ive seen this too, thought it was a fluke or something @jr - any idea?
Ayush
Ayush6mo ago
any updates guys? i have a similar monorepo setup. Updating backend end is also updating my frontend app Do i need to set a watch path as well or should setting root dir work?
Brody
Brody6mo ago
should setting root dir work
it should, but doesnt
Do i need to set a watch path as well
that could be a temp solution
Ayush
Ayush6mo ago
Thanks Brody