Skip to content

Commit 3412c73

Browse files
committed
fix: typo in bin
1 parent e86b8fb commit 3412c73

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/create-command/template/bin
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env node
22

3-
import '../dist.index.js';
3+
import '../dist/index.js';

0 commit comments

Comments
 (0)