fix: swc watch 모드용 chokidar 의존성 추가

@swc/cli가 chokidar를 optional peerDependency로 선언해 자동 설치되지
않아, watch 모드(start:dev)에서 'Cannot find module chokidar'로 실패하던
문제 수정. chokidar를 명시적 devDependency로 추가하고 lockfile 재생성.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-16 14:30:29 +09:00
parent 5d0eb9bd59
commit 5ffceb3923
2 changed files with 46 additions and 6 deletions
+1
View File
@@ -50,6 +50,7 @@
"@nestjs/testing": "^11.0.1",
"@swc/cli": "^0.8.1",
"@swc/core": "^1.15.24",
"chokidar": "^5.0.0",
"@types/express": "^5.0.0",
"@types/jest": "^30.0.0",
"@types/node": "^22.10.7",