Replies: 1 comment
-
Having the same issues, there are even some other requests for nestjs and for frontend framework next.js but they only seem to update angula stuff related, no answers so far next.js: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What are best practices to manage monorepo setup with Nx, Nestjs and pnpm with buildable libs?
We have nx/dependency-check eslint rule, but it doesn't have quick fix for local deps (@org/lib: "workspace:*"), it sets 0.0.1 always, so we need manually change it.
Also looks like we can't use webpack with Nest and pnpm, it ignores local node_modules at all.
Watch mode is buggy with tsc or swc and runTargetDependencies (sometimes hangs forever, doesn't respect app graceful shutdown, so our server hangs forever)
Beta Was this translation helpful? Give feedback.
All reactions