Merge pull request #495 from janhq/feat-255-read-plugins-from-cdn
#255: Read plugins manifest from CDN
This commit is contained in:
commit
a1db817f1e
@ -7,6 +7,8 @@
|
|||||||
"module": "dist/cjs/module.js",
|
"module": "dist/cjs/module.js",
|
||||||
"author": "Jan <service@jan.ai>",
|
"author": "Jan <service@jan.ai>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"supportCloudNative": true,
|
||||||
|
"url": "/plugins/data-plugin/index.js",
|
||||||
"activationPoints": [
|
"activationPoints": [
|
||||||
"init"
|
"init"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
"module": "dist/module.js",
|
"module": "dist/module.js",
|
||||||
"author": "Jan <service@jan.ai>",
|
"author": "Jan <service@jan.ai>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"supportCloudNative": true,
|
||||||
|
"url": "/plugins/inference-plugin/index.js",
|
||||||
"activationPoints": [
|
"activationPoints": [
|
||||||
"init"
|
"init"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
"module": "dist/module.js",
|
"module": "dist/module.js",
|
||||||
"author": "Jan <service@jan.ai>",
|
"author": "Jan <service@jan.ai>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"supportCloudNative": true,
|
||||||
|
"url": "/plugins/model-management-plugin/index.js",
|
||||||
"activationPoints": [
|
"activationPoints": [
|
||||||
"init"
|
"init"
|
||||||
],
|
],
|
||||||
|
|||||||
@ -7,6 +7,8 @@
|
|||||||
"module": "dist/module.js",
|
"module": "dist/module.js",
|
||||||
"author": "Jan <service@jan.ai>",
|
"author": "Jan <service@jan.ai>",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
"supportCloudNative": true,
|
||||||
|
"url": "/plugins/monitoring-plugin/index.js",
|
||||||
"activationPoints": [
|
"activationPoints": [
|
||||||
"init"
|
"init"
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user