Skip to content

Instantly share code, notes, and snippets.

@martwozniak
Forked from Hebilicious/cloudflare-pages-bun.env
Created September 12, 2023 05:53
Show Gist options
  • Save martwozniak/b99bee4440d5e3a8ea8dbe1e0a30ba98 to your computer and use it in GitHub Desktop.
Save martwozniak/b99bee4440d5e3a8ea8dbe1e0a30ba98 to your computer and use it in GitHub Desktop.
Cloudflare Pages and Bun
# You can use these environments variables to enable bun in your CFP builds
SKIP_DEPENDENCY_INSTALL=true
UNSTABLE_PRE_BUILD=asdf plugin add bun && asdf install bun latest && asdf global bun latest && bun i
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment