Relative Content

Tag Archive for node.jsnestjs

Using nestjs-seeder with Nestjs Workspaces monorepo mode

I’m trying to use nestjs-seeder with Nestjs Workspaces monorepo mode, but when the app is compiled only one file is included on build wish is main.js, so i can’t run the node dist/apps/users/seeder command. I tried to add it as an asset for the user app but didn’t work.
this is my nestjs-cli file:I’m trying to use nestjs-seeder with Nestjs Workspaces monorepo mode, but when the app is compiled only one file is included on build wish is main.js, so i can’t run the node dist/apps/users/seeder command. I tried to add it as an asset for the user app but didn’t work.
this is my nestjs-cli file: