feat(backend): Mechanisme geïmplementeerd om makkelijk repositories te verkrijgen.

This commit is contained in:
Gerald Schmittinger 2025-02-25 00:39:24 +01:00
parent 374de3b21a
commit b730be375c
4 changed files with 26 additions and 11 deletions

View file

@ -1,7 +0,0 @@
import {initORM} from "../src/orm";
import dotenv from "dotenv";
export async function initializeTests() {
dotenv.config({path: ".env.test"});
await initORM(true);
}