Add SQLite database to backend, interacting with the frontend

This commit is contained in:
2024-09-04 16:42:37 +02:00
parent 8af11151d3
commit 7338bb216a
14 changed files with 1892 additions and 28 deletions

View File

@@ -6,6 +6,8 @@
"isolatedModules": false,
"outDir": "build/dist",
"esModuleInterop": true,
"experimentalDecorators": true,
"emitDecoratorMetadata": true,
"paths": {
"@/*": ["./src/*"]
}