-
Notifications
You must be signed in to change notification settings - Fork 0
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
패키지 업데이트 및 개발 환경 개선 #4
Conversation
CirnoV
commented
Aug 1, 2024
- pnpm을 9.1.3에서 9.6.0으로 업데이트 했습니다.
- 종속성 패키지들을 최신 버전으로 업데이트 했습니다.
- biome이 .gitignore 설정을 존중하도록 vcs 설정을 추가했습니다.
- vscode 환경에서 다른 포매터와의 충돌을 방지하기 위해 typescript와 json 언어의 기본 포매터를 biomejs.biome 으로 설정했습니다.
- unbuild가 구 버전 mkdist를 사용해서 발생하는 빌드 오류를 수정했습니다.
- vitest 업데이트 후 오류가 발생하는 테스트 코드를 수정했습니다.
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
|
3b2aa68
to
64a0f5d
Compare
bffd088
to
9f75c54
Compare
export default defineConfig({ | ||
server: { | ||
fs: { | ||
cachedChecks: false, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
이거 왜 끄는지 주석 있으면 좋을 것 같습니다.