chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-24 14:52:59 +00:00
parent a77ac8ad91
commit df16dc94f7
17 changed files with 142 additions and 125 deletions

View file

@ -17,19 +17,19 @@ bun run dev # Start Nuxt dev server (HMR + Nitro)
## Scripts
| Command | Description |
| ---------------------- | ---------------------------------------- |
| `bun run dev` | Start Nuxt dev server |
| `bun run build` | Production build (cloudflare preset) |
| `bunx wrangler dev` | Preview a built worker (Miniflare) |
| `bun run typecheck` | TypeScript type checking |
| `bun run lint` | ESLint (TypeScript) |
| `bun run lint:md` | Markdownlint |
| `bun test` | Run the unit-test suite |
| `bun run format` | Format all files with Prettier |
| `bun run format:check` | Check Prettier formatting |
| `bun run docs:dev` | Start the VitePress docs dev server |
| `bun run db:migrate` | Apply D1 migrations locally |
| Command | Description |
| ---------------------- | ------------------------------------ |
| `bun run dev` | Start Nuxt dev server |
| `bun run build` | Production build (cloudflare preset) |
| `bunx wrangler dev` | Preview a built worker (Miniflare) |
| `bun run typecheck` | TypeScript type checking |
| `bun run lint` | ESLint (TypeScript) |
| `bun run lint:md` | Markdownlint |
| `bun test` | Run the unit-test suite |
| `bun run format` | Format all files with Prettier |
| `bun run format:check` | Check Prettier formatting |
| `bun run docs:dev` | Start the VitePress docs dev server |
| `bun run db:migrate` | Apply D1 migrations locally |
## Code Style