chore: align frontend tooling with bun

This commit is contained in:
linkong
2026-04-02 16:48:32 +08:00
parent f01d24240f
commit 8bd8e3966a
6 changed files with 38 additions and 3282 deletions

View File

@@ -203,11 +203,10 @@ pytest -v && pytest tests/api/test_auth.py::test_login -v
### Frontend
```bash
cd frontend
npm install
npm run dev
npm run build
npm run lint && npm run lint:fix
npm test -- --testPathPattern="api" --testNamePattern="login"
bun install
bun run dev
bun run build
bun run preview
```
### Docker