Compare commits

..

2 Commits

Author SHA1 Message Date
ttipo 5ffceb3923 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>
2026-06-16 14:30:29 +09:00
ttipo 5d0eb9bd59 fix: backend package-lock.json을 올바른 lockfile로 재생성
package.json을 복사한 가짜 lockfile이라 npm ci가 실패하던 문제 수정.
clean install로 lockfileVersion 3 의존성 트리를 생성해 동기화.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-16 13:58:11 +09:00
2 changed files with 13646 additions and 84 deletions
+13645 -84
View File
File diff suppressed because it is too large Load Diff
+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",