Skip to content

Commit 37fa663

Browse files
[Containers] Update docs to reflect Containers support in the Vite plugin (#23923)
* [Containers] Update docs to reflect Containers support in the Vite plugin * Update src/content/docs/containers/local-dev.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 2b0c227 commit 37fa663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/containers/local-dev.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ sidebar:
55
order: 3
66
---
77

8-
You can run both your container and your Worker locally, without additional configuration, by running [`npx wrangler dev`](/workers/wrangler/commands/#dev) in your project's directory.
8+
You can run both your container and your Worker locally, without additional configuration, by running [`npx wrangler dev`](/workers/wrangler/commands/#dev) (or `vite dev` for Vite projects using the [Cloudflare Vite plugin](/workers/vite-plugin/)) in your project's directory.
99

1010
To develop Container-enabled Workers locally, you will need to first ensure that a
1111
Docker compatible CLI tool and Engine are installed. For instance, you can use [Docker Desktop](https://docs.docker.com/desktop/)

0 commit comments

Comments
 (0)