fix: microorm: metedataerror & err module not found

This commit is contained in:
Gabriellvl 2025-02-28 23:22:35 +01:00
parent 44a433e8c9
commit 66587a36bf
3 changed files with 34 additions and 8 deletions

View file

@ -1,6 +1,6 @@
import { Entity, Enum, ManyToOne } from '@mikro-orm/core';
import { Student } from '../users/student.entity';
import { Class } from './class.entity';
import { Student } from '../users/student.entity.js';
import { Class } from './class.entity.js';
@Entity()
export class ClassJoinRequest {