79505101

Date: 2025-03-12 23:52:35
Score: 1
Natty:
Report link

For me the soln was to use path.join
entities: [__dirname + '/../**/*.entity{.ts}'],

TO

entities: [path.join(__dirname, '../**/*.entity.ts')],

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: swaap