monorepo vs multi repo's
Looking at some other posts, turbo repo seems to be a tool suggested for this. However, while this might work for me with react, react native and convex itself, I also have some python aspects to my project.
So instead of getting tangled with yarn/pnpm workspaces, I am considering completely isolated directories/repo's.
Is there any conceivable problem with just having multiple repos, each with it's own copy of convex directory?
I would think that the reactor syncing would simply replicate between each running 'npx convex dev' and then I just commit those files in each repo.
Any recommendations?
