Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | |||
| 5 | 6 | 7 | 8 | 9 | 10 | 11 |
| 12 | 13 | 14 | 15 | 16 | 17 | 18 |
| 19 | 20 | 21 | 22 | 23 | 24 | 25 |
| 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- rag
- CI/CD
- modbus
- queue
- Algorithm
- javascirpt
- python
- 파이썬
- BFS
- React
- Infra
- jenkins
- heapq
- frontend
- typescript
- AI
- ansible
- Two Pointer
- 프로그래머스
- dfs
- LLM
- build
- VectoreStore
- DP
- docker
- turbo
- 알고리즘
- OpenAI
- javascript
- monorepo
Archives
- Today
- Total
목록2025/10 (9)
DM Log
[AI 프로젝트 #0] 초기 세팅 #3: Turborepo 실행 환경 구성 방법
서론 turborepo의 실행 환경 구성Turborepo 실행특정 앱 실행npx turbo run dev --filter=pdf👉 apps/pdf의 dev 스크립트만 실행여러 앱 동시 실행npx turbo run dev --filter=pdf --filter=office👉 apps/pdf와 apps/office 앱을 동시에 실행모든 앱 실행npx turbo run dev👉 workspaces에 포함된 모든 앱 실행turbo.json 확장{ "tasks": { "dev": { "dependsOn": ["^dev"], "cache": false }, "build": { "dependsOn": ["^build"], "outputs": ["dis..
PJT/AI PJT
2025. 10. 13. 21:59