mirror of
https://github.com/ragestudio/linebridge.git
synced 2025-06-09 10:34:17 +00:00
removed unused addons
This commit is contained in:
parent
5fd8aa1b31
commit
bba4df6c44
@ -1,16 +0,0 @@
|
||||
const commands = [
|
||||
{
|
||||
command: "clserver",
|
||||
description: "Start an cloudlink server",
|
||||
exec: (context, args) => {
|
||||
const cloudlink = require('@ragestudio/cloudlink')
|
||||
|
||||
console.log(`Starting Cloudlink™ Server \n`)
|
||||
const server = new cloudlink.Server({...args})
|
||||
server.init()
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
//* append commands to cli
|
||||
runtime.appendToCli(commands)
|
@ -1,8 +0,0 @@
|
||||
module.exports = {
|
||||
pkg: "cloudlink",
|
||||
script: "./addon.js",
|
||||
hasDependencies: true,
|
||||
dependencies: {
|
||||
"@ragestudio/cloudlink": "^0.5.6"
|
||||
}
|
||||
}
|
@ -1,19 +0,0 @@
|
||||
{
|
||||
"name": "@corenode/cloudlink-addon",
|
||||
"version": "0.5.11",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"addon.js",
|
||||
".corenode.json",
|
||||
"load.addon.js"
|
||||
],
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@ragestudio/cloudlink": "^0.5.11"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user