Add Bun pt. 2
#7413
Replies: 1 comment 6 replies
-
Hi, has there been any progress on this? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋
This discussion suggested adding Bun to the soon-to-be-removed
create-remix
CLI flow. This is a slightly more detailed proposal to support Bun.I created this PR to run Remix on Bun. It was pointed out there that in its current state, it does actually spin up a node process alongside the bun processes. I investigated it and found that it is through
node <mylocation>/node_modules/.bin/remix dev
. After experimenting with differentremix.config.js
configurations I find that it seems necessary to create a dedicatedremix-run/bun
package, similar to the Deno one (maybe that was obvious all along 🤷 ?).As per the contribution docs, I decided to start a discussion before spending more time on coding it. I would love to work on it and/or help out if this is accepted depending on my availability.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions