Merge pull request #495 from janhq/feat-255-read-plugins-from-cdn

#255: Read plugins manifest from CDN
This commit is contained in:
nam-john-ho 2023-10-30 20:23:36 +07:00 committed by GitHub
commit a1db817f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 0 deletions

View File

@ -7,6 +7,8 @@
"module": "dist/cjs/module.js",
"author": "Jan <service@jan.ai>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/data-plugin/index.js",
"activationPoints": [
"init"
],

View File

@ -7,6 +7,8 @@
"module": "dist/module.js",
"author": "Jan <service@jan.ai>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/inference-plugin/index.js",
"activationPoints": [
"init"
],

View File

@ -7,6 +7,8 @@
"module": "dist/module.js",
"author": "Jan <service@jan.ai>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/model-management-plugin/index.js",
"activationPoints": [
"init"
],

View File

@ -7,6 +7,8 @@
"module": "dist/module.js",
"author": "Jan <service@jan.ai>",
"license": "MIT",
"supportCloudNative": true,
"url": "/plugins/monitoring-plugin/index.js",
"activationPoints": [
"init"
],