Summary
Lagon is another serverless edge function runtime like Cloudflare Workers or Deno Deploy. Hono was already running on Lagon but added tests/CI for Lagon, and now generally supported! Thanks @QuiiBz !
And fix the bug that occurred when we set "moduleResolution": "NodeNext"
in tsconfig.json. Thanks @taishinaritomi !
What's Changed
- feat: Lagon support with runtime detection & tests by @QuiiBz in #742
- fix: Support tsconfig.json "moduleResolution" : "NodeNext" by @taishinaritomi in #747
New Contributors
Full Changelog: v2.6.2...v2.7.0