tool · inferred from evidence
Nx
A build tool mentioned as the primary subject of the issue, with version 21.4.0 causing lingering node processes.
- Nx 21.4.0: node processes linger at 100% CPU after ending the session
On Nx 21.4.0, after shutting down the dev stack, node processes linger and keep consuming 100% CPU; nx reset --only-daemon kills some but not all of them. Over a day of up/down cycles this leaves multiple node processes spinning and grinds
- mastra dev does not resolve tsconfig paths in TypeScript monorepos
In a TypeScript monorepo using nx, running `mastra dev` failed to resolve imports that used custom `paths` aliases from the root tsconfig.json (for example `@my-project/constants` pointing at `libs/constants/src/index.ts`), even though the