You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/workers/local-development/vite.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The Cloudflare Vite plugin (`@cloudflare/vite-plugin`) integrates your Worker co
22
22
23
23
- Direct access to Workers [runtime APIs](/workers/runtime-apis/) and [bindings](/workers/runtime-apis/bindings/)
24
24
-[Hot module replacement (HMR)](https://vite.dev/guide/features.html#hot-module-replacement) for near-instant feedback on code changes.
25
-
- A single workflow (`vite dev`, `vite build`, `vite preview`) that handles both your client-side assets and Worker code.
25
+
- A single workflow (`vite dev`, `vite build`, `vite preview`) that handles both your client-side and Worker code.
26
26
- An “input” Wrangler config file and an automatically generated “output” config file (used for preview and deployment).
27
27
28
28
If you are building anything that involves a front-end using [Workers static assets](/workers/static-assets/), the Vite approach can be particularly powerful.
0 commit comments