Integrate NX into the monorepo to speed up dev workflow. In particular, the pnpm start script would be much faster if libraries were build in order, but in watch-mode. pnpm doesn't seem capable of doing this on its own. However, nx projects have enough structure to accomplish this. Look into integrating NX with pnpm and re-configuring the project to allow this behavior.
Integrate NX into the monorepo to speed up dev workflow. In particular, the
pnpm start
script would be much faster if libraries were build in order, but in watch-mode.pnpm
doesn't seem capable of doing this on its own. However,nx
projects have enough structure to accomplish this. Look into integrating NX with pnpm and re-configuring the project to allow this behavior.