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,7 +1,7 @@ | |||
| import { Student } from '../users/student.entity'; | ||||
| import { Group } from './group.entity'; | ||||
| import { Student } from '../users/student.entity.js'; | ||||
| import { Group } from './group.entity.js'; | ||||
| import { Entity, Enum, ManyToOne, PrimaryKey, Property } from '@mikro-orm/core'; | ||||
| import { Language } from '../content/language'; | ||||
| import { Language } from '../content/language.js'; | ||||
| 
 | ||||
| @Entity() | ||||
| export class Submission { | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger