github cloudflare/workers-sdk @cloudflare/vite-plugin@1.37.0

Minor Changes

  • #13903 7ce6f6f Thanks @edmundhung! - Add named tunnel support to the cloudflare() Vite plugin

    You can now expose your local dev server publicly with a stable hostname by configuring tunnel with a named Cloudflare Tunnel:

    cloudflare({
      tunnel: { name: "my-tunnel", autoStart: true },
    });

    If autoStart is omitted or set to false, you can still start or close the tunnel by pressing t + enter.

Patch Changes

Don't miss a new workers-sdk release

NewReleases is sending notifications on new releases.