love sharma

Results 5 comments of love sharma

added the loadAsync option for loading custom configurations asynchronously. Use Case: If the user wants to load env variables from a third party then they can do that now.

@EcksDy @micalevisk The Idea is to wait for the promise to get resolved before any dependent code executes. My use case: I'm facing an issue where my application attempts to...

steps to reproduce **Steps:** **1. Config Class:** - Create a Config class with a static load function that mocks data retrieval from Secret Manager and returns a resolved promise containing...

not just `@nestjs/typeorm` but it is also behaving the same in other imported modules like `CacheModule `from `@nestjs/cache-manager` and `LoggerModule `from `nestjs-pino` . This is happening when trying to use...

Thanks @EcksDy It worked not just for typeorm but for other modules as well `imports: [ConfigModule]` override the global config module.