refactor directory

This commit is contained in:
LiBr
2026-04-10 08:53:51 +08:00
parent 41d3f700b9
commit 8d31144741
215 changed files with 938 additions and 1836 deletions

View File

@@ -28,8 +28,8 @@ The Worker also serves static files from `../frontend/dist` via Wrangler `assets
## Setup
```bash
cd backend
bun install
cd backend
bun run types
bun run check
```