-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
double down on bun over fnm/npm #4906
Conversation
CodSpeed Performance ReportMerging #4906 will improve performances by 17.29%Comparing Summary
Benchmarks breakdown
|
reflex-web is failing because of oven-sh/bun#17014 |
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.
my system had an old version of node, that got picked up by bun run
. we should use bun run --bun
to make sure it uses bun runtime
the issue with not using node is that reflex web would fail to compile :/ |
Is this just because of spline? |
It is because of bun failing to compile an app with spline. |
makes initial setup faster (hopefully)