chore: Turbopack root 경고 해결을 위해 프로젝트 루트 명시#38
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
next.config.ts에 turbopack.root를 명시해 Turbopack이 프로젝트 루트를 명확히 인식하도록 수정했습니다.
상위 디렉토리의 lockfile 감지로 발생하던 workspace root 경고를 제거하는 것이 목적입니다.
Related Issues
Changes
How To Test
Checklist
Breaking Changes (if any)
없음.
Notes For Reviewers
현재 환경에서는 외부 네트워크 제한으로 Google Fonts(Inter) fetch 실패가 발생할 수 있습니다.
이번 PR의 범위는 Turbopack root 경고 제거이며, 폰트 네트워크 오류는 별도 이슈입니다.
Screenshots / Recordings (if UI changes)
해당 없음 (UI 변경 없음).