-
Notifications
You must be signed in to change notification settings - Fork 4
feat : turborepo 기본 설정 (#353) #361
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
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
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. 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.
|
관련 이슈
작업 내용
🔧 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 설정 통일 및 포맷팅 수정
특이 사항
리뷰 요구사항 (선택)