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.8 Replies
Project ID:
N/A
bun is detected when you have a bun.lockb file
Solution
nevermind..I just had to publish my git branch
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?
(bun doesn't have proper monorepo support yet)
good question, can you open a new #✋|help thread?