mirror of
https://github.com/versia-pub/server.git
synced 2025-12-06 16:38:19 +01:00
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:
parent
a1fc86761d
commit
19c14ef3fc
|
|
@ -56,7 +56,7 @@
|
|||
"dirname": "cli",
|
||||
"commands": {
|
||||
"strategy": "explicit",
|
||||
"target": "./cli/index.ts",
|
||||
"target": "./cli/index",
|
||||
"identifier": "commands"
|
||||
},
|
||||
"additionalHelpFlags": ["-h"],
|
||||
|
|
|
|||
Loading…
Reference in a new issue