13 Replies
Project ID:
N/A
bun is detected when there is a bun lock file, if you have any other types of lock files node will be used
Alright, I'm realising the bun.lockb is a lockfile for dependencies
A little disorienting that it's not human readable, which made me think it was the binary itself
indeed
guess it just makes it faster for bun to read
Still including nodejs in the build step..
it is using bun, but why include node?
there's still lots of deps that need node present even when using bun
so it's a safe assumption to include it
though it's odd that node came before bun, have you done any kind of nixpacks.toml stuff?
Here's my railway.json:
okay looks fine
so does it work now that you have the bun lock file?
You can install the bun VSCode extension in order to visualize the lockfile
Yeah it works
THanks!
no problem!