Merged
Conversation
|
Deploying sopt-recruiting-frontend-sopt with
|
| Latest commit: |
f686d3a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://efb0874c.sopt-recruiting-frontend-test.pages.dev |
| Branch Preview URL: | https://feat--521-primary-color.sopt-recruiting-frontend-test.pages.dev |
rtttr1
approved these changes
Aug 21, 2025
Contributor
rtttr1
left a comment
There was a problem hiding this comment.
고생하셨습니다!!! 빠른 작업 너무 좋아요~~!
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 Issue : Closes #521
🧑🎤 Summary
Vite는 기본적으로 .env 파일을 로드하지 않는다고 해요.
스타일도 env.mode를 통해 분기 처리 해야하기 때문에 vite.config.ts에서 mode를 전달하여 빌드 타임에 컴파일 되는 vanilla extract에서 makers모드를 파악할 수 있게 변경했습니다.
또한 가독성을 위해 환경변수명을
__IS_MAKERS__로 변경해주었어요.🧑🎤 Screenshot
🧑🎤 Comment