Redesigned UI

Fixed SQL query issues with server
This commit is contained in:
2025-09-06 14:27:54 +02:00
parent e4aafb998a
commit cd020e3eb8
12 changed files with 2154 additions and 1386 deletions

View File

@@ -0,0 +1,11 @@
{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "Bundler",
"skipLibCheck": true,
"paths": {
"@/*": ["./src/*"]
}
}
}