1
0
Fork 0
mirror of https://github.com/alangrainger/immich-public-proxy.git synced 2024-12-28 03:41:58 +00:00

Merge pull request #37 from Jaculabilis/package-bin

Add bin to package.json
This commit is contained in:
Alan Grainger 2024-12-03 09:11:19 +13:00 committed by GitHub
commit e4d66a5ccc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

View file

@ -15,6 +15,7 @@
"url": "https://github.com/alangrainger/immich-public-proxy.git" "url": "https://github.com/alangrainger/immich-public-proxy.git"
}, },
"main": "dist/index.js", "main": "dist/index.js",
"bin": "dist/index.js",
"dependencies": { "dependencies": {
"archiver": "^7.0.1", "archiver": "^7.0.1",
"dayjs": "^1.11.13", "dayjs": "^1.11.13",

View file

@ -1,3 +1,5 @@
#!/usr/bin/env node
import express from 'express' import express from 'express'
import immich from './immich' import immich from './immich'
import render from './render' import render from './render'