fix: Vercel 웹 outputDirectory 경로를 루트 기준으로 수정#432
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the 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. WalkthroughVercel 배포 설정 파일의 출력 경로가 변경되었습니다.
나머지 설정값들(빌드 명령어, 설치 명령어, 프레임워크 등)은 그대로 유지됩니다. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Suggested reviewers
🚥 Pre-merge checks | ✅ 3 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
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 |
Summary
Output Directory가apps/web/.next로 고정되어 앱 루트(apps/web) 기준에서apps/web/apps/web/.next를 찾는 문제를 해결했습니다.vercel.json의outputDirectory를.next로 변경해 Next.js 빌드 산출물 경로와 일치시켰습니다.Verification
pnpm --filter @solid-connect/web run ci:check통과pnpm --filter @solid-connect/web run build통과apps/web/.next exists