Skip to content

Commit 05ade1b

Browse files
authored
Update index.mdx
1 parent f1b452c commit 05ade1b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Remote Bindings work well together with [Workers Environments](/workers/wrangler
132132

133133
</WranglerConfig>
134134

135-
Running `wrangler dev -e staging` with the above configuration means that:
135+
Running `wrangler dev -e staging` (or `CLOUDFLARE_ENV=staging vite dev`) with the above configuration means that:
136136

137137
- Your Worker code runs locally
138138
- All calls made to `env.screenshots_bucket` will use the `preview-screenshots-bucket` resource, rather than the production `screenshots-bucket`.

0 commit comments

Comments
 (0)