-
### Contact Details
telegram: @danyalutsevich
### What happened?
List what you are trying to do?
adminjs create
Application name ... nestadmin
Select a package manager › NPM
Select a plugin…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
T…
-
Hello,
I'm trying to setup a new project using the latest release and the ormconfig.yml options.
I'm following the documentation and pointing it to the `src/entity/*.js` location, but i keep getti…
-
**Describe the bug**
Ive added some custom components. All working fine on develop mode.
As soon i build everything for production, the app cant find the components anymore.
The components.bundle.j…
Inoir updated
7 months ago
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
The swc compiles the file that are changed but doesn't restart the server. I followed e…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current behavior
### Minimum reproduction code
https://github.com/nestjs/graphql
### Steps to reproduc…
-
Hey all,
Hoping to get some help with this sporadic error I'm seeing with mysql2
Same background info on what I'm using
node 20
nestjs 10
typeorm 0.3.20
mysql2 3.9.4
I have 2 nodes runnin…
-
I have applied this to the entity
```ts
import { CustomerEntity } from '@/customer/entities/customer.entity';
import { Mediums } from '@/mediums/types/platform.enum';
import { WorkspaceEntity } fr…
-
Hello there!
## Issue Description
The version of TypeORM was updated to the latest release, while starting up the NestJS server it started throwing this enum error. As of my understanding th…
-
## Bug Report
After running `nest g resource user` to create a new resource module for "user" (with controller, service and entities stubbed) the pre-generated `update-user.dto.ts` fails to resolve `…