merged
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
"main": "test.js",
|
"main": "test.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test-web": "node website_test.js http://localhost:8004",
|
"test-web": "node website_test.js http://localhost:8004",
|
||||||
"test" : "mocha",
|
"test": "mocha",
|
||||||
"start": "node index.js"
|
"start": "node index.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
|
|||||||
@@ -10,8 +10,10 @@ var selected_website = null; // Selected website.
|
|||||||
///////////
|
///////////
|
||||||
//add the commands here
|
//add the commands here
|
||||||
///////////
|
///////////
|
||||||
|
|
||||||
|
|
||||||
const commands = [
|
const commands = [
|
||||||
new Command({
|
new Command({
|
||||||
//User command
|
//User command
|
||||||
command: 'wg',
|
command: 'wg',
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user