DEV Community

Discussion on: Monorepo and Microservice setup in Nest.js

Collapse
 
oaksoe profile image
Oak Soe Kyaw

I think will need to use lerna or yarn workspace.

According to this: github.com/nestjs/nest-cli/issues/533

'The philosophy behind Nest CLI monorepo is different (it assumes that all shared libraries will exist in one repository, won't be published to any registry, and will be bundled together with the app).'