-
Notifications
You must be signed in to change notification settings - Fork 10k
Add details on how to disable remote binding in wrangler dev, getPlatformProxy and the vite plugin
#26265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: production
Are you sure you want to change the base?
Add details on how to disable remote binding in wrangler dev, getPlatformProxy and the vite plugin
#26265
Changes from 5 commits
f20204d
d077389
29b580f
a186902
87ffd35
dffa4dd
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -246,6 +246,10 @@ None of the options for this command are required. Many of these options can be | |
| - Show the interactive dev session. | ||
| - `--alias` `Array<string>` | ||
| - Specify modules to alias using [module aliasing](/workers/wrangler/configuration/#module-aliasing). | ||
| - `--local` <Type text="boolean" /> <MetaInfo text="(default: false) optional" /> | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. We also have
Member
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. when
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. What about |
||
| - Run in local mode. In this mode: | ||
| - the Worker code is running locally on your machine | ||
| - all [remote bindings](/workers/development-testing/#remote-bindings) are disabled, which behaves exactly as if there were configured with `remote: false`. | ||
|
|
||
| <Render file="wrangler-commands/global-flags" product="workers" /> | ||
|
|
||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.