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",
|
||||
"author": "Jan <service@jan.ai>",
|
||||
"license": "MIT",
|
||||
"supportCloudNative": true,
|
||||
"url": "/plugins/data-plugin/index.js",
|
||||
"activationPoints": [
|
||||
"init"
|
||||
],
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
@ -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"
|
||||
],
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user