← Context/ notes

Why this monorepo does not need Turbo: a task graph with no edges

Turbo's core directive is `dependsOn: ["^build"]` — build my dependencies first. No package in packages/ has a build step, so it resolves to nothing. We adopted a best practice for an architecture we then didn't build.