1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

feat: bin for cli (#19648)

This commit is contained in:
Min Idzelis
2025-07-01 08:00:41 -04:00
committed by GitHub
parent e6f8bfdf5e
commit 7f9689b4bc
2 changed files with 3 additions and 1 deletions

2
cli/bin/immich Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env node
import '../dist/index.js';

View File

@ -5,7 +5,7 @@
"type": "module", "type": "module",
"exports": "./dist/index.js", "exports": "./dist/index.js",
"bin": { "bin": {
"immich": "dist/index.js" "immich": "./bin/immich"
}, },
"license": "GNU Affero General Public License version 3", "license": "GNU Affero General Public License version 3",
"keywords": [ "keywords": [