Minor Changes
-
#13903
7ce6f6fThanks @edmundhung! - Add named tunnel support to thecloudflare()Vite pluginYou can now expose your local dev server publicly with a stable hostname by configuring
tunnelwith a named Cloudflare Tunnel:cloudflare({ tunnel: { name: "my-tunnel", autoStart: true }, });
If
autoStartis omitted or set tofalse, you can still start or close the tunnel by pressingt + enter.