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 595a442 commit b23e65aCopy full SHA for b23e65a
bin/dev.js
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env ts-node
+#!/usr/bin/env -S node --loader ts-node/esm --no-warnings=ExperimentalWarning
2
// eslint-disable-next-line node/shebang, unicorn/prefer-top-level-await
3
async function main() {
4
const {execute} = await import('@oclif/core')
0 commit comments