github honojs/honox v0.1.17

latest releases: v0.1.52, v0.1.51, v0.1.50...
19 months ago

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

Don't miss a new honox release

NewReleases is sending notifications on new releases.