[WIP]환경변수(API/WS) 분리 및 영어 버전 다국어 처리 작업#1
Closed
HIH-01 wants to merge 6 commits into
Closed
Conversation
|
@HIH-01 is attempting to deploy a commit to the dldbstj's projects Team on Vercel. A member of the Team first needs to authorize it. |
HIH-01
pushed a commit
to dldbstj22/FE
that referenced
this pull request
Feb 22, 2026
Collaborator
Author
|
새로운 PR(#2)로 대체되었으므로 이 PR은 닫습니다.[cite: 2026-02-01]. |
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.
##확인 및 주의사항
본 PR은 실제 서비스(main) 반영 전, 로직 검증 및 환경변수 설정을 위한 테스트 목적의 PR입니다.
Vercel 배포 환경에서 새로운 환경변수 등록이 선행되어야 정상 작동합니다.
Preview 배포 주소에서 최종 동작 확인이 완료되기 전까지는 Merge를 지양해 주시기 바랍니다.
🛠 작업 내용
.env기반 환경변수로 통합 관리하도록 수정했습니다.VITE_API_BASE_URL및VITE_WS_BASE_URL적용src/utils/language폴더를 통해 언어에 맞는 텍스트를 가져오는 일종의 언어팩 체계를 구축하였으며 추후 영어가 아닌 다른 외국어의 추가에도 반응하도록 구현했습니다.src/assets/en경로에 추가했습니다.VITE_API_BASE_URL와VITE_WS_BASE_URL값을 등록해 주셔야 정상 작동합니다.