Skip to content

v0.1.17

Compare
Choose a tag to compare
@yusukebe yusukebe released this 11 May 15:11
· 5 commits to main since this release

Attention

From this release, you need to add the compatibility_flags in wrangler.toml when you run your HonoX app on the Cloudflare production or with the wrangler pages dev command:

# wrangler.toml
name = "my-project-name"
compatibility_date = "2024-04-01"
compatibility_flags = [ "nodejs_compat" ] # <== add this!
pages_build_output_dir = "./dist"

What's Changed

New Contributors

Full Changelog: v0.1.16...v0.1.17