https://github.com/confact/bun-buildpack
A heroku buildpack for Bun.
https://github.com/confact/bun-buildpack
buildpack bun
Last synced: about 1 year ago
JSON representation
A heroku buildpack for Bun.
- Host: GitHub
- URL: https://github.com/confact/bun-buildpack
- Owner: confact
- Created: 2022-09-03T09:54:27.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T06:29:38.000Z (over 2 years ago)
- Last Synced: 2025-04-10T14:19:13.938Z (about 1 year ago)
- Topics: buildpack, bun
- Language: Shell
- Homepage:
- Size: 12.7 KB
- Stars: 3
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bun-buildpack
This is a heroku buildpack for [bun](https:///bun.sh).
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`