Added assets, started actual work on making this a proper multi file webapp. gonna continue tonight

This commit is contained in:
Jannis Heydemann
2026-04-30 12:30:54 +02:00
parent 23d5a75891
commit e72f8a4f1f
104 changed files with 8799 additions and 35 deletions

5
tsconfig.app.json Normal file
View File

@@ -0,0 +1,5 @@
{
"compilerOptions": {
"types": ["node"]
}
}