Skip to content

Conversation

@manNomi
Copy link
Contributor

@manNomi manNomi commented Jan 21, 2026

  • 🔧 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 (업로드 이미지)
  • fix: add vercel link step before pull in deploy workflows

  • fix: add vercel link step before pull in deploy workflows

  • fix: prettier 설정 통일 및 포맷팅 수정


관련 이슈

  • resolves: #이슈 번호

작업 내용

특이 사항

리뷰 요구사항 (선택)

* 🔧 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>
@vercel
Copy link

vercel bot commented Jan 21, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Review Updated (UTC)
solid-connection-web Ready Ready Preview, Comment Jan 21, 2026 4:44pm

@coderabbitai
Copy link

coderabbitai bot commented Jan 21, 2026

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 35 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants