docs: 업데이트된 문서 내용 반영 및 Redis 통합 설명 추가

This commit is contained in:
2026-01-05 16:20:20 +00:00
parent f4bc8e42f3
commit cf93c28aff
6 changed files with 21 additions and 19 deletions
+3 -3
View File
@@ -31,11 +31,11 @@
- `pnpm lint`
- `pnpm test`
- `pnpm build`
- `pnpm typecheck`: 재귀적으로 `tsc --build` 실행
- `pnpm typecheck`: turbo를 통해 전체 패키지 타입 체크 실행
- `pnpm dev`
- 서버 빌드
- `pnpm build:server -- --profile <server> --scenario <scenario>`
- 예: `pnpm build:server -- --profile che --scenario default`
- `pnpm build:server --profile <server> --scenario <scenario>`
- 예: `pnpm build:server --profile che --scenario default`
## 빌드 프로파일(예정)