전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -95,8 +95,8 @@ uvicorn engine_gateway.gateway:app --host 0.0.0.0 --port 9099
```powershell
# 백엔드
cd apps\api; python -m pytest app/ -q # 백엔드 기준선 178 pass
python -m pytest engine_gateway/ -q # 현재 23 pass
cd apps\api; python -m pytest app/ -q # 백엔드 기준선 400 pass
python -m pytest engine_gateway/ -q # 현재 29 pass
# 프론트엔드
cd apps\web; npm run typecheck # tsc -b
npm run build # tsc -b && vite build