Skip to content

Commit b08fa7a

Browse files
committed
fix(cli): update main module import to use destructured run function
1 parent 6a3adfe commit b08fa7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/bin/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env node
22

3-
const run = require('../src/main');
3+
const { run } = require('../src/main');
44

55
run();

0 commit comments

Comments
 (0)