0.1.8 • Published 2 years ago
bunfile v0.1.8
bunfile
Bunfile.toml
[default]
entrypoints = ["src/index.ts"]
outdir = "dist"
outfile = "bunfile.js"
[browser]
# more config 🧅$ bun x bunfile
$ bun x bunfile [config] (e.g. bun x bunfile browser)
Docs to be written