Skip to content

Commit 5650d7b

Browse files
feedback fixe + add gif of local dev experience
1 parent eee7130 commit 5650d7b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
25.1 MB
Loading

src/content/changelog/workers/2025-07-22-containers-in-vite-dev.mdx renamed to src/content/changelog/workers/2025-08-01-containers-in-vite-dev.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Develop locally with Containers and the Cloudflare Vite plugin
33
description: The Cloudflare Vite plugin now supports configuring Containers in your Worker
44
products:
55
- workers
6-
date: 2025-07-22
6+
date: 2025-08-01
77
---
88

99
import { WranglerConfig } from "~/components";
@@ -23,8 +23,7 @@ You can simply configure your Worker and your Container(s) in your Wrangler conf
2323
{
2424
"class_name": "MyContainer",
2525
"image": "./Dockerfile",
26-
"instances": 5,
27-
"name": "hello-containers-go"
26+
"instances": 5
2827
}
2928
],
3029
"durable_objects": {
@@ -78,6 +77,8 @@ vite dev
7877

7978
in your terminal.
8079

80+
![Local Dev video](~/assets/images/workers/changelog/worker-with-containers-in-vite.gif)
81+
8182
#### Resources
8283

8384
Learn more about [Cloudflare Containers](https://developers.cloudflare.com/containers/) or the [Cloudflare Vite plugin](https://developers.cloudflare.com/workers/vite-plugin/) in our developer docs.

0 commit comments

Comments
 (0)