[TIL] Nest.js Config, Schedule Module, and Concurrency Control
๐ What I learned
#1: Config Environment Variable Management
Install npm i --save @nestjs/config cross-env joi.
The ConfigService and ConfigType provided by ConfigModule can be used to access environment variables. ConfigType provides a type-safe w...
siwonlog.hashnode.dev1 min read