Lucas Picchi
Lucas Picchi
As a workaraund you can create a Dto to select only the columns you need, and use this like this (preventing overselection): - Declare DTO ```csharp public record CategoriaDto() {...
@yazshel the relation between User and Person has no JoinColumn() defined ```diff @Entity() export class User { @PrimaryGeneratedColumn('uuid') id: string; @Column('uuid') personId: string; @OneToOne(() => Person, { cascade: true, onDelete:...
- Workaround: In `.yarnrc.yml` ```yml pnpMode: loose pnpFallbackMode: dependencies-only ```
+1 on this really helpfull for monorepos
Please share generated md if possible
Sure! https://github.com/lpicchi/dts-bundle-generator-axios-bug Success with axios 1.7.7:   Error with axios 1.7.8: 
1.10.1 is the most recent version not affected by this