#How to change "libs" folder of library to something else like "packages"?
3 messages · Page 1 of 1 (latest)
I’m not sure if that’s possible, but my recommendation would be to avoid using the NestJS monorepo feature as its quite limited and comes from a time before better monorepo tools existed. You could say it’s a "lightweight" monorepo solution for NestJS apps only. Today, Turborepo or Nx are good options to consider. I’ve worked with NestJS monorepos quite a bit and usually go with Turborepo and pnpm 🙂
Agree with the man above. I can say the same things. I usually go with Nx and pnpm.