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 2b5d0ae commit afb16aaCopy full SHA for afb16aa
packages/cloudflare/src/cli/args.ts
@@ -2,7 +2,7 @@ import { mkdirSync, type Stats, statSync } from "node:fs";
2
import { resolve } from "node:path";
3
import { parseArgs } from "node:util";
4
5
-import { isWranglerTarget, WranglerTarget } from "./utils/run-wrangler";
+import { isWranglerTarget, WranglerTarget } from "./utils/run-wrangler.js";
6
7
export type Arguments = (
8
| {
0 commit comments