chore: Playwright 의존성 제거 + jskim-node에서 inspection 관리 페이지 cherry-pick

- playwright, @playwright/test 제거 (cmux browser만 사용)
- inspection page.tsx: 판단기준(judgment_criteria) Select UI 포함 버전으로 업데이트
This commit is contained in:
SeongHyun Kim
2026-04-07 12:10:56 +09:00
parent 450247026c
commit b497db9987
7 changed files with 1288 additions and 408 deletions
+1 -2
View File
@@ -12,7 +12,6 @@
},
"devDependencies": {
"@types/oracledb": "^6.9.1",
"@types/pg": "^8.15.5",
"playwright": "^1.58.2"
"@types/pg": "^8.15.5"
}
}