fix(backend): .js aan alle imports toegevoegd
Dit was nodig om ervoor te zorgen dat de gebouwde applicatie ook haar dependencies vindt.
This commit is contained in:
parent
48c8ce7c57
commit
73a84fa3ef
31 changed files with 107 additions and 107 deletions
|
@ -6,8 +6,8 @@ import {
|
|||
Property,
|
||||
} from '@mikro-orm/core';
|
||||
import { v4 } from 'uuid';
|
||||
import { Teacher } from '../users/teacher.entity';
|
||||
import { Student } from '../users/student.entity';
|
||||
import { Teacher } from '../users/teacher.entity.js';
|
||||
import { Student } from '../users/student.entity.js';
|
||||
|
||||
@Entity()
|
||||
export class Class {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue