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.
개발환경에서도 서버에서 심어주는 Cookie를 심어주기 위한 proxy 설정 작업을 마쳤습니다!
변경사항
mkcert()
패키지를 제거하고, vite config 파일에서 제거하였습니다.이것만큼은 꼭 확인해주세요!
yarn run dev
하실때, 꼭 --host 플래그를 붙여서 해당 포트를 열어주셔야 합니다. (expose) 그렇지 않으면 도커로 띄워서 포트 연결시킬때 못찾아요! (502 에러 발생함)