fix(server): immich command (#5408)

* fix: immich command

* chore: use absolute paths
This commit is contained in:
Jason Rasmussen
2023-11-30 15:59:47 -05:00
committed by GitHub
parent 5e55a17b2a
commit 6e365b37db
15 changed files with 11 additions and 18 deletions

View File

@@ -53,10 +53,6 @@
"typesense": "^1.7.1",
"ua-parser-js": "^1.0.35"
},
"bin": {
"immich": "bin/cli.sh",
"immich-admin": "bin/admin-cli.sh"
},
"devDependencies": {
"@nestjs/cli": "^10.1.16",
"@nestjs/schematics": "^10.0.2",