Hi Guys,
We are building an application framework which sits on top of NestJS and is the middle layer between NestJS and our client applications, the idea is we can import modules into the client app for rapid development.
You can see the monorepo framework starting to be built out here: https://github.com/juicyllama/framework
The problem is we want to pnpm link the modules in this framework to our client applications so we can develop both simultaneously and we don't need to keep building and moving packages across.
However as this thread (https://stackoverflow.com/questions/71272072/nestjs-nest-cant-resolve-dependencies-when-using-npm-yarn-link) comments, Nest seems to throw errors when it happens.
It's not very clear to me how to resolve this as part of our architecture.
It might be worth me spinning up an example client repo so you can see how the framework is being consumed. Hope this makes sense, any suggestions on where to focus would be appreciated.