feat : turborepo 기본 설정 (#353)#361
Conversation
- pnpm-workspace.yaml 추가 - turbo.json 설정 추가 - package.json 워크스페이스 구조로 변경 - vercel.json 배포 설정 업데이트
- 루트 레벨의 Next.js 앱 파일 삭제 - src 디렉토리 전체 제거 - public 디렉토리 전체 제거 - 앱별 설정 파일 제거 (next.config.mjs, tailwind.config.ts 등) - 환경 변수 파일 제거 (.env 파일들)
- apps/web 워크스페이스 생성 - packages 워크스페이스 생성 - 기존 앱을 apps/web으로 마이그레이션
- next.config.mjs: 기존 S3/CloudFront 도메인 제거, 새 CDN 도메인만 유지 - .env: IMAGE_URL을 새 CDN 도메인으로 변경 변경된 도메인: - cdn.default.solid-connection.com (기본 이미지) - cdn.upload.solid-connection.com (업로드 이미지) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* 🔧 chore: 모노레포 구조를 위한 .gitignore 업데이트 * 🔧 chore: Turborepo 모노레포 설정 추가 - pnpm-workspace.yaml 추가 - turbo.json 설정 추가 - package.json 워크스페이스 구조로 변경 - vercel.json 배포 설정 업데이트 * 📦 chore: 모노레포 의존성 업데이트 * refactor: 🗑️ 기존 단일 앱 구조 제거 - 루트 레벨의 Next.js 앱 파일 삭제 - src 디렉토리 전체 제거 - public 디렉토리 전체 제거 - 앱별 설정 파일 제거 (next.config.mjs, tailwind.config.ts 등) - 환경 변수 파일 제거 (.env 파일들) * feat: ✨ 모노레포 구조 추가 - apps/web 워크스페이스 생성 - packages 워크스페이스 생성 - 기존 앱을 apps/web으로 마이그레이션 * chore: enable Vercel preview deployments * feat: ✨ CDN 도메인 변경 (CloudFront → 커스텀 도메인) - next.config.mjs: 기존 S3/CloudFront 도메인 제거, 새 CDN 도메인만 유지 - .env: IMAGE_URL을 새 CDN 도메인으로 변경 변경된 도메인: - cdn.default.solid-connection.com (기본 이미지) - cdn.upload.solid-connection.com (업로드 이미지) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> * fix: add vercel link step before pull in deploy workflows * fix: add vercel link step before pull in deploy workflows * fix: prettier 설정 통일 및 포맷팅 수정 --------- Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: khwww <144529720+khwww@users.noreply.github.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Walkthrough이번 풀 리퀘스트는 프로젝트 설정과 CI/CD 워크플로우에 걸친 네 가지 핵심 변경사항을 담고 있습니다. 각 변경사항은 다음과 같습니다:
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review |
✅ Actions performedReview triggered.
|
- Change output path from ./src/apis to ./apps/web/src/apis - Align with turborepo monorepo structure
관련 이슈
작업 내용
🔧 chore: 모노레포 구조를 위한 .gitignore 업데이트
🔧 chore: Turborepo 모노레포 설정 추가
📦 chore: 모노레포 의존성 업데이트
refactor: 🗑️ 기존 단일 앱 구조 제거
chore: enable Vercel preview deployments
feat: ✨ CDN 도메인 변경 (CloudFront → 커스텀 도메인)
변경된 도메인:
fix: add vercel link step before pull in deploy workflows
fix: add vercel link step before pull in deploy workflows
fix: prettier 설정 통일 및 포맷팅 수정
특이 사항
리뷰 요구사항 (선택)