Skip to content

Commit afb16aa

Browse files
committed
fix import
1 parent 2b5d0ae commit afb16aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cloudflare/src/cli/args.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { mkdirSync, type Stats, statSync } from "node:fs";
22
import { resolve } from "node:path";
33
import { parseArgs } from "node:util";
44

5-
import { isWranglerTarget, WranglerTarget } from "./utils/run-wrangler";
5+
import { isWranglerTarget, WranglerTarget } from "./utils/run-wrangler.js";
66

77
export type Arguments = (
88
| {

0 commit comments

Comments
 (0)