Skip to content

confact/bun-buildpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 

Repository files navigation

bun-buildpack

This is a heroku buildpack for bun.

This was mostly made to work with Next.js and similar framework that build the app before "serving" it.

What it does:

  • It detects bun on it's bun.lockb file.
  • install dependencies with bun install
  • run an build run task with bun run -b build
  • run a server with bun run -b start

About

A heroku buildpack for Bun.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages