Relative Content

Tag Archive for javascriptnode.jsnestjs

How to registerAsync a module in nest.js project

I’m not a very experienced programmer and I’m facing such a problem. I have a project built on nest.js and I need to integrate ConfigModule. I successfully updated initiating all modules so they use configService.get(“ENV”) instead of process.env.ENV but I can’t do this with JwtModule.