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:
commit
e4d66a5ccc
2 changed files with 3 additions and 0 deletions
|
@ -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",
|
||||||
|
|
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue