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
				
			
		|  | @ -8,9 +8,9 @@ import { | |||
|     PrimaryKey, | ||||
|     Property, | ||||
| } from '@mikro-orm/core'; | ||||
| import { Language } from './language'; | ||||
| import { Attachment } from './attachment.entity'; | ||||
| import { Teacher } from '../users/teacher.entity'; | ||||
| import { Language } from './language.js'; | ||||
| import { Attachment } from './attachment.entity.js'; | ||||
| import { Teacher } from '../users/teacher.entity.js'; | ||||
| 
 | ||||
| @Entity() | ||||
| export class LearningObject { | ||||
|  |  | |||
		Reference in a new issue
	
	 Gerald Schmittinger
						Gerald Schmittinger