Start with a specific file in NestJS
When you want using same code base for multiple services.
Create new json file nest-cli-worker.json in the root folder
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"entryFile...
thebrownbox.hashnode.dev1 min read