Answers about monorepo
Questions and answers from the Croct community about monorepo.
0
One croct.json5 for the whole pnpm workspace or one per Next.js app?
We run two Next.js applications in a single pnpm workspace. Both belong to the same Croct workspace, but they use entirely different slots. I am setting up…
0
Croct works in local dev but the turborepo build says Missing environment variable
We recently moved our Next.js app into a turborepo alongside two other packages. Locally everything runs fine with next dev, but CI builds now fail with a…