How do I set up bun on Railway?

I'm getting errors on my deployed project because it doesn't have bun installed /bin/bash: line 1: bun: command not found, but I never got any chance to set that up, I just imported my github repository.
Solution:
nevermind..I just had to publish my git branch
Jump to solution
8 Replies
Percy
Percy9mo ago
Project ID: N/A
Brody
Brody9mo ago
bun is detected when you have a bun.lockb file
Solution
᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼᲼
nevermind..I just had to publish my git branch
Harris
Harris7mo ago
I use npm for my package management in turborepo (shared monorepo), and as such don't have a bun.lockb file (I use bun in one of the apps. What should I do?
Harris
Harris7mo ago
No description
Harris
Harris7mo ago
(bun doesn't have proper monorepo support yet)
Brody
Brody7mo ago
good question, can you open a new #✋|help thread?