#How to change "libs" folder of library to something else like "packages"?

3 messages · Page 1 of 1 (latest)

fallow ember
#

Hey everyone! 👋

Quick question – how do I change the default libs folder to something else, like packages?

I'm setting up a new monorepo and would prefer that structure. Is there a simple config change for it, or do I need to do something else?

Thanks!

red current
#

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 🙂

ivory dock
#

Agree with the man above. I can say the same things. I usually go with Nx and pnpm.