Skip to content

@cloudflare/vite-plugin@1.55.0

Choose a tag to compare

@workers-devprod workers-devprod released this 17 Sep 15:48
· 3 commits to main since this release
5b69153

Minor Changes

  • #15674 a939a6c Thanks @ghostwriternr! - Support explicit named Container image selection in local development

    The Vite plugin builds or pulls named images from Wrangler configuration and exposes their local tags through ctx.container.images. Pass one of those references to ctx.container.start({ image }) to select the image.

    This extends the experimental Durable Object-managed Containers interface.

Patch Changes