Currently we use Railway.io who have implemented Bun buildpack support yet I would love to port our codebase over to Koyeb. Railway support Bun as an official runtime environment so we don't need to use docker and can quickly build and deploy our apps from our monorepo through CI. All our packages are at the root. By supporting Bun through BuildPacks it would negate the need to package and deal with docker ninjutsu. Also would make our migration a breeze.
Thanks in advance.