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
				
			
		|  | @ -1,8 +1,8 @@ | |||
| import { User } from './user.entity'; | ||||
| import { User } from './user.entity.js'; | ||||
| import { Collection, Entity, ManyToMany } from '@mikro-orm/core'; | ||||
| import { Class } from '../classes/class.entity'; | ||||
| import { Group } from '../assignments/group.entity'; | ||||
| import { StudentRepository } from '../../data/users/student-repository'; | ||||
| import { Class } from '../classes/class.entity.js'; | ||||
| import { Group } from '../assignments/group.entity.js'; | ||||
| import { StudentRepository } from '../../data/users/student-repository.js'; | ||||
| 
 | ||||
| @Entity({ repository: () => StudentRepository }) | ||||
| export class Student extends User { | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger