Skip to content

@cloudflare/workers-utils@0.40.1

Choose a tag to compare

@workers-devprod workers-devprod released this 18 Sep 13:23
· 4 commits to main since this release
f9e7727

Patch Changes

  • #15329 c4c9b75 Thanks @akshitsinha! - Evaluate Flagship flags locally during development

    Flagship bindings now use the local Miniflare store by default in Wrangler and the Vite plugin, keeping development offline and isolated from production flags. Set remote: true on a binding to continue using its remote app.

    Use wrangler flagship flags pull <APP_ID> to seed the store from a remote app. Flag management commands also accept --local to read and update the local store directly.