@astrojs/cloudflare@13.0.0-beta.2
📦 astroView on GitHub →
🐛 1 fixes🔧 1 symbols
Summary
This patch release updates the underlying `@cloudflare/workers-types` library and fixes a type mismatch issue related to the `handle()` function in serverless environments.
Migration Steps
- If encountering type mismatches with `handle()`, obtain the correct types by running `wrangler types`.
🐛 Bug Fixes
- Fixed a case where the types of `handle()` could mismatch with the ones from the user's project by relying on globals obtained via `wrangler types`.