Nestjs Enviroment Variable is Undefined
I am trying to read the enviroment variable of nestjs in my db provider file but it keeps saying undefined
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:
Serve static images from a specific folder using NestJs
I try to get the images from a specific folder from my project, using this configuration according NestJs documentation:
Nest can’t resolve dependencies when running tests
I want to create a unit test for my NestJS service, which is a database repository.
Nestjs: How to import a dynamic module multiple times
I’ve created a dynamic module to use for different queues, receiving the endpoint in the .forRoot()
:
NestJS Create Reusable/Publishable Library For any Node Js Framework
I want to create a Nest.js Package, so I can reuse a controller in multiple Nest.js/express js/Next-js projects.