Would benefit from clear guidance/support on monorepos. Very strong differences exist across different documentations:
- turbo-expo-nextjs-clerk-convex-monorepo describes creating a package which contains convex.
- Side Note with skills/agent docs: Convex cli assumes ../ as the repo root, placing all ai files at @repo/packages/backend. Landing page on templates also very outdated (nextjs 13 when repo is 16)
- next-forge describes installing convex at the root of the monorepo.
- This works well with cli, but weird ownership if you had to import packages/auth for example or another package.