This commit is contained in:
2025-09-11 15:41:48 +02:00
parent e7b964078c
commit 86c2cd0d70
6 changed files with 799 additions and 99 deletions

4
backend/src/init.js Normal file
View File

@@ -0,0 +1,4 @@
import dotenv from 'dotenv';
dotenv.config();
await import('./index.js');