Skip to content

Commit

Permalink
fix: fix import in bin file
Browse files Browse the repository at this point in the history
  • Loading branch information
nutgaard committed Jun 13, 2024
1 parent ce64ff6 commit 0f761be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dktp
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/usr/bin/env node
require('./lib/index.mjs');
import('./lib/index.mjs');

0 comments on commit 0f761be

Please sign in to comment.