initial commit

This commit is contained in:
m0rph3us1987
2026-01-07 13:27:11 +01:00
commit 1c756af238
19 changed files with 6603 additions and 0 deletions

3
services/database.ts Normal file
View File

@@ -0,0 +1,3 @@
// Obsolete: Replaced by server-side SQLite3 in server.js
export const localBackend = {};