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

Vercel 서버리스 함수 설정 #67

Merged
merged 4 commits into from
Oct 31, 2023
Merged

Vercel 서버리스 함수 설정 #67

merged 4 commits into from
Oct 31, 2023

Conversation

dlwl98
Copy link
Member

@dlwl98 dlwl98 commented Oct 31, 2023

msw 설정 PR 먼저 머지해주세요!

⚙️ PR 타입

  • Feature
  • Hotfix

✨ 기능 설명 or 🚨 문제 상황

vercel serverless 함수를 프로젝트에서 사용할 수 있게 했습니다.

👨‍💻 구현 내용 or 👍 해결 내용

api/test.ts 작성
api/tsconfig.json 작성

🎯 PR 포인트

// 개발서버 실행
vercel dev
// 배포
vercel

📝 참고 사항

vercel dev 명령어 실행 시 tsconfig에서 충돌이 나서
api 폴더 내에 tsconfig.json을 하나 더 만들어서 돌려막기 했습니다.
한 프로젝트 내에 중복으로 tsconfig.json 을 사용해도 되는지 모르겠네요..

❓ 궁금한 점

#8 close

dlwl98 and others added 4 commits October 26, 2023 14:09
* chore: env-cmd 의존성 설치 및 script 변경
- .env 파일들 gitignore 추가

* chore: 환경변수 msw에 적용

* test: 홈페이지 테스트 코드 수정
@dlwl98 dlwl98 added 기능 코드의 기능이 추가되거나 바뀌었습니다. D-0 최대한 빨리 리뷰해 주세요 labels Oct 31, 2023
@dlwl98 dlwl98 self-assigned this Oct 31, 2023
@dlwl98 dlwl98 linked an issue Oct 31, 2023 that may be closed by this pull request
@1eecan
Copy link
Contributor

1eecan commented Oct 31, 2023

🎉 @dlwl98 님 랜덤 리뷰어로 당첨되셨습니다! 리뷰를 부탁드립니다. 🙏

Copy link
Contributor

@1eecan 1eecan left a comment

Choose a reason for hiding this comment

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

수고하셨습니다

@1eecan 1eecan merged commit 737a079 into dev Oct 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
D-0 최대한 빨리 리뷰해 주세요 기능 코드의 기능이 추가되거나 바뀌었습니다.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Vercel 서버리스 함수 추가
2 participants