I'm using the standalone nestjs and web app nestjs
When I mistakenly loaded a service with scope in the standalone version, the service became undefined in the standalone app
I think it's not a problem with not being able to read it (since the scope is a function of the web app side)
However, I thought it would be better to display the unreadable content as an error instead of undefined
I didn't know where to ask, so I posted here
Thanks for providing a great framework
Minimum reproduction code
https://stackblitz.com/edit/nestjs-typescript-starter-scnjjx