Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fix] 개발용 proxy 설정 #50

Merged
merged 3 commits into from
Jun 26, 2024
Merged

[Fix] 개발용 proxy 설정 #50

merged 3 commits into from
Jun 26, 2024

Conversation

eugene028
Copy link
Contributor

@eugene028 eugene028 commented Jun 23, 2024

개발환경에서도 서버에서 심어주는 Cookie를 심어주기 위한 proxy 설정 작업을 마쳤습니다!

변경사항

  1. 개발 환경을 https로 띄워 주고 있는 mkcert() 패키지를 제거하고, vite config 파일에서 제거하였습니다.
  2. PR 템플릿을 추가했습니다. (wowds와 같음)

이것만큼은 꼭 확인해주세요!

  1. yarn run dev 하실때, 꼭 --host 플래그를 붙여서 해당 포트를 열어주셔야 합니다. (expose) 그렇지 않으면 도커로 띄워서 포트 연결시킬때 못찾아요! (502 에러 발생함)
  2. 혹시 모르니 PR 머지되면 아래 명령어 차례대로 수행한 후 개발 진행 부탁드립니다!
yarn cache clean
rm -rf node_modules
yarn install

@eugene028 eugene028 self-assigned this Jun 23, 2024
Copy link
Member

@hamo-o hamo-o left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 .. ㅜㅜ
잘 동작하네용!!

@eugene028 eugene028 merged commit 10476e3 into dev Jun 26, 2024
@eugene028 eugene028 deleted the feature/#48 branch July 7, 2024 11:35
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.

2 participants