Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 545 Bytes

File metadata and controls

23 lines (17 loc) · 545 Bytes

完成任务后,运行just fmt来保证格式正确 当你需要在子目录中进行工作时,阅读对应的AGENTS.md

  • server/AGENTS.md
  • web/AGENTS.md

常用命令参考

  • just fmt:格式化整个仓库(含 server/web/

server/

  • just fmt
  • just fix
  • just check
  • just integration-test:集成测试(自动建/清环境)
  • cargo run -- --openapi ./openapi.json:导出 OpenAPI

web/

  • just fmt
  • just fmt-check
  • just check:运行linter检查
  • just test:运行 Vitest