Skip to content

Commit

Permalink
fix cli entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tasshi-me committed Oct 25, 2024
1 parent b9a1a4e commit e0506b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/plugin/pack.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import type yargs from "yargs";
import type { CommandModule } from "yargs";
import run from "../../plugin/packer/cli/cli";
import { emitExperimentalWarning } from "../../utils/stability";
import run from "../../plugin/packer/cli";

const command = "pack";

Expand Down

0 comments on commit e0506b5

Please sign in to comment.