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,6 +1,6 @@
|
|||
import { EntityManager, MikroORM } from '@mikro-orm/core';
|
||||
import config from './mikro-orm.config.js';
|
||||
import { EnvVars, getEnvVar } from './util/envvars';
|
||||
import { EnvVars, getEnvVar } from './util/envvars.js';
|
||||
|
||||
let orm: MikroORM | undefined;
|
||||
export async function initORM(testingMode: boolean = false) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue