Closed redbmk closed 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).
Bun support was added in #265
While
bun create remix
works, I noticed thatbun 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.