Skip to content

Commit

Permalink
specify the filename for ./dev's import too
Browse files Browse the repository at this point in the history
  • Loading branch information
rozenmd committed Jun 23, 2022
1 parent d46802f commit 986be3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wrangler/src/dev.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import {
getDevCompatibilityDate,
getRules,
isLegacyEnv,
} from ".";
} from "./index";

import type { Config } from "./config";
import type { Argv, ArgumentsCamelCase } from "yargs";
Expand Down

0 comments on commit 986be3d

Please sign in to comment.