feat: Use Db with TypeORM to save logs

This commit is contained in:
Lucàs
2024-10-16 00:51:11 +02:00
parent 4a04814901
commit c95c92e987
9 changed files with 1290 additions and 52 deletions
+3
View File
@@ -21,7 +21,10 @@
"dotenv": "^16.4.5",
"express": "^4.21.0",
"fast-csv": "^5.0.1",
"mysql": "^2.18.1",
"reflect-metadata": "^0.2.2",
"tar-stream": "^3.1.7",
"typeorm": "^0.3.20",
"unzipper": "^0.12.3"
},
"devDependencies": {