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
+4 -1
View File
@@ -18,6 +18,9 @@
"noImplicitAny": true,
/* Completeness */
"skipLibCheck": true,
"typeRoots": ["./src/types", "./node_modules/@types"]
"typeRoots": ["./src/types", "./node_modules/@types"],
/* Decorators */
"emitDecoratorMetadata": true,
"experimentalDecorators": true
}
}