Skip to content

chore: Turbopack root 경고 해결을 위해 프로젝트 루트 명시#38

Merged
Tnalxmsk merged 1 commit intodevelopfrom
refactor/#28/next-turbopack-error
Feb 23, 2026
Merged

chore: Turbopack root 경고 해결을 위해 프로젝트 루트 명시#38
Tnalxmsk merged 1 commit intodevelopfrom
refactor/#28/next-turbopack-error

Conversation

@Tnalxmsk
Copy link
Contributor

Summary

next.config.ts에 turbopack.root를 명시해 Turbopack이 프로젝트 루트를 명확히 인식하도록 수정했습니다.
상위 디렉토리의 lockfile 감지로 발생하던 workspace root 경고를 제거하는 것이 목적입니다.

Related Issues

Changes

  • next.config.ts
  • node:path, node:url을 사용해 설정 파일 기준 절대 경로 계산
  • nextConfig.turbopack.root에 프로젝트 루트 경로 지정

How To Test

  1. 프로젝트 루트에서 pnpm build 실행
  2. 빌드 로그에서 Turbopack의 workspace root 관련 경고가 출력되지 않는지 확인

Checklist

  • Title follows the convention (e.g., feat: add global audio seek guard)
  • Build passes locally (pnpm build)
  • No breaking changes, or they are documented below
  • Tests added/updated where appropriate
  • Docs/comments updated where helpful

Breaking Changes (if any)

없음.

Notes For Reviewers

현재 환경에서는 외부 네트워크 제한으로 Google Fonts(Inter) fetch 실패가 발생할 수 있습니다.
이번 PR의 범위는 Turbopack root 경고 제거이며, 폰트 네트워크 오류는 별도 이슈입니다.

Screenshots / Recordings (if UI changes)

해당 없음 (UI 변경 없음).

@Tnalxmsk Tnalxmsk self-assigned this Feb 23, 2026
@vercel
Copy link

vercel bot commented Feb 23, 2026

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

Project Deployment Actions Updated (UTC)
style-me Ready Ready Preview, Comment Feb 23, 2026 7:54am

@Tnalxmsk Tnalxmsk merged commit 7903b3a into develop Feb 23, 2026
3 checks passed
@Tnalxmsk Tnalxmsk deleted the refactor/#28/next-turbopack-error branch February 23, 2026 08:43
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.

chore: Next Turbopack root 경고 해결

1 participant