mirror of https://github.com/immich-app/immich.git
fix(admin-cli): Fixes immich-admin because npm bin does not like arguments (#3864)
* fix admin cli * move script to bin, actually pass arguments * remove accidentally created package-lock.jsonpull/3890/head
parent
912a13ea0d
commit
7097cf6319
@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env sh
|
||||
./start.sh admin-cli $1
|
||||
Loading…
Reference in New Issue