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.
getPlatformProxy
1 parent 1476462 commit 0c14ec8Copy full SHA for 0c14ec8
packages/wrangler/src/api/integrations/platform/index.ts
@@ -142,7 +142,7 @@ export async function getPlatformProxy<
142
});
143
144
let remoteProxySession: RemoteProxySession | undefined = undefined;
145
- if (config.configPath && !options.remoteBindings) {
+ if (config.configPath && options.remoteBindings !== false) {
146
remoteProxySession = (
147
(await maybeStartOrUpdateRemoteProxySession({
148
path: config.configPath,
0 commit comments