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:
Gerald Schmittinger 2025-02-26 22:43:16 +01:00
parent 48c8ce7c57
commit 73a84fa3ef
31 changed files with 107 additions and 107 deletions

View file

@ -1,6 +1,6 @@
import { Options } from '@mikro-orm/core';
import { PostgreSqlDriver } from '@mikro-orm/postgresql';
import { EnvVars, getEnvVar, getNumericEnvVar } from './util/envvars';
import { EnvVars, getEnvVar, getNumericEnvVar } from './util/envvars.js';
import { SqliteDriver } from '@mikro-orm/sqlite';
const entities = ['dist/**/*.entity.js'];