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

⚡ Performance: 초기 로드 속도 개선 #290

Merged
merged 10 commits into from
Dec 5, 2024
8 changes: 7 additions & 1 deletion client/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ dist-ssr
.env

# vite test coverage
/coverage
/coverage

# build output
vite.config.js
vite.config.d.ts
*.tsbuildinfo
stats.html
238 changes: 238 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"jsdom": "^25.0.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"rollup-plugin-visualizer": "^5.12.0",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.2",
"typescript-eslint": "^8.12.2",
Expand Down
Loading
Loading