refactor(web): migrate log service to TanStack Query (#30065)

This commit is contained in:
yyh
2025-12-24 15:25:28 +08:00
committed by GitHub
parent dcde854c5e
commit b2b7e82e28
20 changed files with 741 additions and 417 deletions

View File

@ -21,10 +21,10 @@ pnpm test
pnpm test:watch
# Generate coverage report
pnpm test -- --coverage
pnpm test:coverage
# Run specific file
pnpm test -- path/to/file.spec.tsx
pnpm test path/to/file.spec.tsx
```
## Project Test Setup