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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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",
"exports": "./dist/index.js",
"bin": {
"immich": "dist/index.js"
"immich": "./bin/immich"
},
"license": "GNU Affero General Public License version 3",
"keywords": [