Change8

@astrojs/cloudflare@13.0.0-beta.5

Breaking Changes
📦 astroView on GitHub →
1 breaking🔧 1 symbols

Summary

This release removes the unused `workerEntryPoint` option, requiring users to configure the main entry point via the wrangler config's `main` field instead, and updates a dependency.

⚠️ Breaking Changes

  • The `workerEntryPoint` option has been removed. Users must now set the `main` field in their wrangler config instead.

Migration Steps

  1. If you were using the `workerEntryPoint` option, update your configuration to use the `main` field in your wrangler config instead.

Affected Symbols