Turbo Monorepos: Why I Stopped Fighting and Started Enjoying It
Setting up a Next.js + Astro + shared packages monorepo with Turborepo — the parts no one documents.
Monorepos feel like overkill until the moment you’re copy-pasting your auth package across three apps for the third time. This is how I finally got Turborepo to click — shared configs, workspace packages, and a dev server that actually starts.