mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
feat: more plugin triggers and methods (#28690)
This commit is contained in:
parent
58586483dc
commit
da8505f61d
28 changed files with 322 additions and 133 deletions
|
|
@ -2,7 +2,6 @@
|
|||
"name": "@immich/plugin-sdk",
|
||||
"version": "0.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"exports": {
|
||||
"./host-functions": {
|
||||
|
|
@ -11,7 +10,8 @@
|
|||
},
|
||||
".": {
|
||||
"import": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts"
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue