-
-
Notifications
You must be signed in to change notification settings - Fork 800
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
Support Bun runtime #4282
Comments
My understanding is that all Node stuff should just work in Bun, right? Nothing special needed for us? |
For the package manager yes, for the runtime i think there are need some changes. I did try to run it and it did not work, there was some runtime error in @blitz/auth |
@cfragkos I just took a look, I see that blitz.js + next pages is working without any noticeable issues on bunjs runtime. Do you have any particular issue / errors you faced that affected blitz alone? AFAIK The app directory is not working with bun yet, so there is nothing we can do to support it. |
Did you run it with bun as a package manager or as runtime as well (bun --bun run dev)? |
both, and as a run time through |
So this is a very weird error display. The way it is shown I am not sure if it is related to sentry or blitz but here you go BTW Page does render normally, but I did not go in depth of checking that everything works fine.
My bun blitz -v
|
What do you want and why?
Now that Bun is stable, and next supports it maybe it is time to implement support for Blitz.
The text was updated successfully, but these errors were encountered: