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';