nestjs-unleash
nestjs-unleash copied to clipboard
imports not being used by library
Hey team! 👋
It looks like we're not using options.imports and passing them further down into forRoot and forRootAsync (potentially other places?)
https://github.com/pmb0/nestjs-unleash/blob/master/src/unleash/unleash.module.ts#L100

I believe we need something as simple as [ ...options.imports ].
Just wanted to create an issue to get the conversation started!
Hello, thank you for reporting. I think you are right. Could you submit a pull request?