fix(cli): 🐛 Remove file extension from oclif entrypoint config

Allows both .ts and .js to be used (in dev and when bundled)
This commit is contained in:
Jesse Wierzbinski 2024-05-08 00:39:34 +00:00
parent a1fc86761d
commit 19c14ef3fc
No known key found for this signature in database

View file

@ -56,7 +56,7 @@
"dirname": "cli",
"commands": {
"strategy": "explicit",
"target": "./cli/index.ts",
"target": "./cli/index",
"identifier": "commands"
},
"additionalHelpFlags": ["-h"],