We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 776098c commit 4614d73Copy full SHA for 4614d73
1 file changed
packages/wrangler/src/cli.ts
@@ -8,7 +8,6 @@ import process from "node:process";
8
import { FatalError } from "@cloudflare/workers-utils";
9
import { hideBin } from "yargs/helpers";
10
import {
11
- convertConfigBindingsToStartWorkerBindings,
12
DevEnv,
13
getPlatformProxy,
14
maybeStartOrUpdateRemoteProxySession,
@@ -24,6 +23,7 @@ import {
24
23
unstable_pages,
25
unstable_readConfig,
26
} from "./api";
+import { convertConfigBindingsToStartWorkerBindings } from "./api/startDevWorker/utils";
27
import { main } from "./index";
28
import type {
29
Binding,
0 commit comments