Merged
Conversation
jeonghoon11
approved these changes
Nov 16, 2025
Member
jeonghoon11
left a comment
There was a problem hiding this comment.
굳굳!! 빠른 작업 감사합니다. 코드볼 때 경로가 깔끔하겠군요!
gyeongbibin
approved these changes
Nov 16, 2025
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.
🔍 관련 이슈 (Related Issues)
📝 변경 사항 요약 (Summary)
프로젝트 전역에서 import 경로를 더 간편하고 일관되게 관리할 수 있도록
Vite + TypeScript 기반의 절대 경로(alias) 설정을 추가했습니다.
🎯 작업 내용 상세 (Details)
1) vite-tsconfig-paths 플러그인 적용
vite-tsconfig-paths패키지를 설치하고vite.config.ts에 플러그인을 추가하여 tsconfig의 paths 값을 자동으로 인식하도록 설정했습니다.2) tsconfig.app.json에 alias 경로 추가
아래 alias가 프로젝트 폴더 구조에 맞게 반영되었습니다.
3) alias import 정상 동작 여부 확인
@shared/components/@shared/apis를 이용한 임시 테스트 코드를 통해 동작 확인 완료📸 스크린샷 (Screenshots)
💬 리뷰어 참고사항 (Notes for Reviewers)