A small example to show a Yarn workspaces / monorepo setup with BuckleScript.
cd app
yarn build
cd app
yarn start
While the watcher is running in app
(see section above) update file my-lib/src/MyLib.re
and notice how the bsb watcher does not pick up changes.