From ccacc69ed86a07fd16420ca2dfc2cf3b23fa1c69 Mon Sep 17 00:00:00 2001 From: Tibo De Peuter Date: Thu, 13 Mar 2025 15:29:35 +0100 Subject: [PATCH] fix: .js toevoegen aan imports --- backend/src/mikro-orm.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/mikro-orm.config.ts b/backend/src/mikro-orm.config.ts index 91f48160..d02e3700 100644 --- a/backend/src/mikro-orm.config.ts +++ b/backend/src/mikro-orm.config.ts @@ -24,7 +24,7 @@ import { LearningPath } from './entities/content/learning-path.entity.js'; import { Answer } from './entities/questions/answer.entity.js'; import { Question } from './entities/questions/question.entity.js'; -import {SqliteAutoincrementSubscriber} from "./sqlite-autoincrement-workaround"; +import {SqliteAutoincrementSubscriber} from "./sqlite-autoincrement-workaround.js"; const entities = [ User,