mirror of https://github.com/immich-app/immich.git
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>pull/5241/head
parent
55f7cf3ca9
commit
af1113bf9e
@ -1,2 +1,2 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
node ./node_modules/@immich/cli/dist/index "$@"
|
npx immich "$@"
|
||||||
|
|||||||
Loading…
Reference in New Issue