Skip to content

fix: Vercel 웹 outputDirectory 경로를 루트 기준으로 수정#432

Merged
manNomi merged 2 commits into
mainfrom
fix/vercel-web-output-dir
Feb 16, 2026
Merged

fix: Vercel 웹 outputDirectory 경로를 루트 기준으로 수정#432
manNomi merged 2 commits into
mainfrom
fix/vercel-web-output-dir

Conversation

@manNomi

@manNomi manNomi commented Feb 16, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Vercel Output Directoryapps/web/.next로 고정되어 앱 루트(apps/web) 기준에서 apps/web/apps/web/.next를 찾는 문제를 해결했습니다.
  • vercel.jsonoutputDirectory.next로 변경해 Next.js 빌드 산출물 경로와 일치시켰습니다.

Verification

  • pnpm --filter @solid-connect/web run ci:check 통과
  • pnpm --filter @solid-connect/web run build 통과
  • 빌드 결과 디렉터리 확인: apps/web/.next exists

@vercel

vercel Bot commented Feb 16, 2026

Copy link
Copy Markdown

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

Project Deployment Actions Updated (UTC)
solid-connect-web-admin Ready Ready Preview, Comment Feb 16, 2026 8:36am
solid-connection-web Ready Ready Preview, Comment Feb 16, 2026 8:36am

@coderabbitai

coderabbitai Bot commented Feb 16, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@manNomi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 13 minutes and 39 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.

Walkthrough

Vercel 배포 설정 파일의 출력 경로가 변경되었습니다.

  1. 빌드 아티팩트 경로 조정
    • vercel.jsonoutputDirectory 속성값이 "apps/web/.next"에서 ".next"로 수정됨
    • 배포 시 Next.js 빌드 결과물을 읽어오는 위치가 변경됨

나머지 설정값들(빌드 명령어, 설치 명령어, 프레임워크 등)은 그대로 유지됩니다.


Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes


Suggested reviewers

  • wibaek
  • enunsnv
  • khwww
🚥 Pre-merge checks | ✅ 3 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning PR 설명이 기본 구조를 충족하고 있으나, 저장소의 필수 템플릿 섹션 일부가 누락되었습니다. 관련 이슈 번호, 특이 사항, 리뷰 요구사항 섹션을 추가하여 템플릿을 완전히 따르도록 수정해 주세요.
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed 제목이 변경사항의 핵심을 명확하게 설명하고 있으며, Vercel outputDirectory 경로 수정이라는 주요 변경사항을 정확히 반영합니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch fix/vercel-web-output-dir

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.

1 participant