You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are there any plans to support Bun as a runtime or package manager? Bun aims to be compatible with Node.js and I think it could improve performance and reduce resource usage compared to Node.js, as Bun is optimised to use less memory.
I couldn't find anything regarding Bun and Cloudfoundry online and I don't have much experience regarding buildpacks. Maybe it would make sense to create a separate buildpack for it?
The text was updated successfully, but these errors were encountered:
You can use the binary buildpack and simply include the deno or bun runtime alongside your code and dependencies.
The same works for nodejs + node_modules + dist.
Make sure that the binaries for bun and/or deno and/or node you push to the cloud-foundry app matches the servers cpu architecture.
Hi,
are there any plans to support Bun as a runtime or package manager? Bun aims to be compatible with Node.js and I think it could improve performance and reduce resource usage compared to Node.js, as Bun is optimised to use less memory.
I couldn't find anything regarding Bun and Cloudfoundry online and I don't have much experience regarding buildpacks. Maybe it would make sense to create a separate buildpack for it?
The text was updated successfully, but these errors were encountered: