Skip to content

Commit b1aa527

Browse files
korinnethomasgauvin
authored andcommitted
updates code highlight (#23106)
1 parent 214c519 commit b1aa527

File tree

1 file changed

+2
-2
lines changed
  • src/content/docs/workers/development-testing

1 file changed

+2
-2
lines changed

src/content/docs/workers/development-testing/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,14 +105,14 @@ If you're using [Wrangler](/workers/wrangler/) for local development and have re
105105

106106
If you're using Vite via [the Cloudflare Vite plugin](/workers/vite-plugin/), you'll need to add support for remote bindings in your Vite configuration (`vite.config.ts`):
107107

108-
```ts title="vite.config.ts" {10}
108+
```ts title="vite.config.ts" {8}
109109
import { cloudflare } from "@cloudflare/vite-plugin";
110110
import { defineConfig } from "vite";
111111

112112
export default defineConfig({
113113
plugins: [
114114
cloudflare({
115-
configPath: "./entry-worker/wrangler.jsonc",
115+
configPath: "wrangler.jsonc",
116116
experimental: { remoteBindings: true },
117117
}),
118118
],

0 commit comments

Comments
 (0)