This commit is contained in:
Mohammed Ashab Uddin
2020-07-31 15:55:54 +04:00
2 changed files with 4 additions and 2 deletions

View File

@@ -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": "",

View File

@@ -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',