normalize project structure: src/client + src/server + src/shared, standardize biome to lineWidth 80

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-04 23:00:43 +01:00
parent 6e9cd45671
commit 1b5cff78e2
106 changed files with 815 additions and 547 deletions

7
.vscode/tasks.json vendored
View File

@@ -5,13 +5,10 @@
"label": "vite: dev server",
"type": "shell",
"command": "npm",
"args": [
"run",
"dev"
],
"args": ["run", "dev"],
"isBackground": true,
"problemMatcher": [],
"group": "build"
}
]
}
}