1.2.3 • Published 3 years ago

@nest-cloud/nest-cloud-starter-config v1.2.3

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago
import { NestConfigModule } from "@nest-cloud/nest-cloud-starter-config";

@Module({
  imports: [NestConfigModule.forRoot({ isGlobal: true })],
  controllers: [AppController],
  providers: [AppService],
})
export class AppModule {}

@Injectable()
export class AppService {
  private logger = new Logger(AppService.name);

  constructor(private configService: ConfigService) {}
}
1.2.3

3 years ago

1.2.2

3 years ago

1.2.1

3 years ago

1.2.0

3 years ago