Closed oliverabclabs closed 2 years ago
Hey there, I created a complex monorepo that uses this plugin, nest, and a lot more: https://git.inpt.fr/inp-net/bonfire/
It's not yet documented, but you'll probably find what you need
@GauBen thanks for helping out. @oliverabclabs can you try his solution?
closing this now, feel free to reopen this.
I am running a NestJS monorepo using Nest CLI. I have multiple nest apps in this monorepo, and a shared library at the top level. I am unsure how to configure this package for such a setup.
vite.config.ts
in each app?nest start app1
An example of using nestJS monorepo would be very much appreciated!