Running into build issues in a monorepo and I’ve seen rewatch mentioned as a good alternative builder. But the docs only mention running npx rewatch build with a “root bsconfig”, but has no mention of what a root config is and I can’t find any examples.
If I have app/client and package/utils and I want to use rewatch to build them both, how do I set that up?