Why does a dynamic NestJS module built with ConfigurableModuleBuilder throw dependency error when imported from external project?
I created a module in a library that requires some configuration parameters. I’m using ConfigurableModuleBuilder
following instructions on NestJS documentation so register
and registerAsync
functions are created: