tool · inferred from evidence
Turborepo
A build system tool mentioned in the context of version updates and remote cache configuration.
- mastra dev does not resolve tsconfig paths in TypeScript monorepos
This was fixed by the Mastra team adding tsconfig paths support to the dev server. Verified resolution: upgrade to mastra 0.4.3-alpha.1 (or later): contributor wardpeet confirmed "Published in latest alpha, with support for ts paths" and th
- Turborepo runs scripts unnecessarily for packages that do not define the task
This is by design in older turbo versions: task entrypoints were selected loosely, so dependency tasks ran for every package regardless of whether it defined the script. The fix shipped in PR #13452, which adds strict task entrypoint select