We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad1adf3 commit 6510f0dCopy full SHA for 6510f0d
bin/jike-cli.js
@@ -1,3 +1,4 @@
1
#!/usr/bin/env node
2
3
-require('../dist')
+/* eslint-disable unicorn/import-index */
4
+import '../dist/index.js'
0 commit comments