We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b452c commit 05ade1bCopy full SHA for 05ade1b
src/content/docs/workers/development-testing/index.mdx
@@ -132,7 +132,7 @@ Remote Bindings work well together with [Workers Environments](/workers/wrangler
132
133
</WranglerConfig>
134
135
-Running `wrangler dev -e staging` with the above configuration means that:
+Running `wrangler dev -e staging` (or `CLOUDFLARE_ENV=staging vite dev`) with the above configuration means that:
136
137
- Your Worker code runs locally
138
- All calls made to `env.screenshots_bucket` will use the `preview-screenshots-bucket` resource, rather than the production `screenshots-bucket`.
0 commit comments