remix-run / indie-stack

The Remix Stack for deploying to Fly with SQLite, authentication, testing, linting, formatting, etc.
https://remix.run/stacks
MIT License
1.13k stars 315 forks source link

feat: initial support for bun #262

Closed redbmk closed 1 year ago

redbmk commented 1 year ago

While bun create remix works, I noticed that bun create remix --template remix-run/indie-stack was broken. This is likely true of the other stacks as well but I haven't taken a look yet.

redbmk commented 1 year ago

There are probably still a ton of optimizations that could be done to make using bun a bigger win, but this is quick first pass. This also ends up preferring native package managers over npm where possible (not sure if npm-run-all would support pnpm or bun, but it looks like it hasn't been updated in 5 years so I doubt it).

MichaelDeBoey commented 1 year ago

Bun support was added in #265