mirror of
https://github.com/immich-app/immich.git
synced 2025-12-24 12:05:24 -08:00
chore(cli): add version option (#5237)
* chore(cli): add version option * chore: update build path * fix: defer to package details for path to entrypoint --------- Co-authored-by: Jason Rasmussen <jrasm91@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"description": "Command Line Interface (CLI) for Immich",
|
||||
"main": "dist/index.js",
|
||||
"bin": {
|
||||
"immich": "./dist/index.js"
|
||||
"immich": "./dist/src/index.js"
|
||||
},
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user