Skip to content

kolide/heroku-buildpack-bun

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

heroku-buildpack-bun

Heroku buildpack for Bun.js

Largely copied from https://github.com/chibat/heroku-buildpack-deno

Pin a certain Bun version with a runtime.bun.txt or runtime.txt with e.g. v0.5.9 in it.

Be aware that Heroku doesn't use a new enough version of the Linux kernel to support io_uring, which is needed for Bun.write(). Use node:fs.writeFile() instead.

About

Heroku buildpack for Bun.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%