Hey folks are there any guides or best practises for using dagger pipelines to build monorepos?
I'm having a monorepo with golang/python/typescript – the services I want to build with dagger all depend on go.work/package.json/uv.lock files in the root + on other libs as well.
If I'm createing a dagger module inside services/a/.dagger to build the a service the context is bound to this directory.
So what's a good pattern best practise to daggerize this monorepo structure for CI?