https://docs.nestjs.com/standalone-applications
My use case is exactly this, only TasksService has an injected dependency (database). The application boots just fine, but if I create a standalone service and console.log taskService.database, it's undefined. Any ideas?
Documentation | NestJS - A progressive Node.js framework
Nest is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with TypeScript and combines elements of OOP (Object Oriented Progamming), FP (Functional Programming), and FRP (Functional Reactive Programming).