-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat: load activities data lazily to reduce bundle size #491
Conversation
Signed-off-by: Frost Ming <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The code is looking good! Async imports and the @yihong0618 |
make sense, let us move on this |
@@ -32,6 +32,7 @@ | |||
"data:download:garmin": "python3 run_page/garmin_sync.py", | |||
"data:analysis": "python3 run_page/gen_svg.py --from-db --type github --output assets/github.svg", | |||
"build": "vite build", | |||
"bund": "bunx --bun vite build", |
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.
@frostming
bun
is nice. I bet you stay on top of the latest front-end tech all the time.
We may use bun
instead of nodejs
in future.
I am fool.....deleted v2.0 branch auto close this... |
Tried the master branch and it seems fast enough, i am going to close this PR if no other objections. |
Signed-off-by: Frost Ming [email protected]