feat: add CI unit test, /api/health, Dockerfile HEALTHCHECK, bundle-analyzer

This commit is contained in:
SpecialX
2026-07-07 20:23:03 +08:00
parent 415dde9122
commit dbb124bf17
7 changed files with 244 additions and 14 deletions

View File

@@ -67,6 +67,9 @@ jobs:
- name: Typecheck
run: npm run typecheck
- name: Unit tests
run: npm run test:unit
- name: Architecture scan
run: |
npm run arch:scan