Skip to content

Commit df19876

Browse files
korinnejamesopstad
andauthored
Update src/content/docs/workers/local-development/vite.mdx
Co-authored-by: James Opstad <[email protected]>
1 parent 2dfae73 commit df19876

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/workers/local-development

1 file changed

+1
-1
lines changed

src/content/docs/workers/local-development/vite.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The Cloudflare Vite plugin (`@cloudflare/vite-plugin`) integrates your Worker co
2222

2323
- Direct access to Workers [runtime APIs](/workers/runtime-apis/) and [bindings](/workers/runtime-apis/bindings/)
2424
- [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.
2626
- An “input” Wrangler config file and an automatically generated “output” config file (used for preview and deployment).
2727

2828
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

Comments
 (0)