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.
Nest can’t resolve dependencies of the PostsService (?)
app.module.ts
How do I activate hotreload for NestJs using vagrant?
I’m having a hard time trying to make hotreload work for NestJs in a Vagrant VM. Followed all the instructions on