fix: backend werkt op windows

This commit is contained in:
Laure Jablonski 2025-03-12 21:28:11 +01:00
parent 8866bed1fe
commit 9626de951e
3 changed files with 2818 additions and 1059 deletions

View file

@ -1,5 +1,6 @@
import express, { Express, Response } from 'express';
import { initORM } from './orm.js';
import "dotenv/config";
import themeRoutes from './routes/themes.js';
import learningPathRoutes from './routes/learning-paths.js';