Fixed Package config and fixed issue with reloading
This commit is contained in:
@@ -19,7 +19,7 @@ module.exports = {
|
|||||||
mapFunctions.set(command.name, command);
|
mapFunctions.set(command.name, command);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
console.log(`Reloaded ${mapEvents.size + mapFunctions.size} modules`)
|
console.log(`Reloaded ${mapFunctions.size} modules`)
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
console.log("This is not a recognised command");
|
console.log("This is not a recognised command");
|
||||||
|
|||||||
Generated
-2354
File diff suppressed because it is too large
Load Diff
+11
-10
@@ -1,19 +1,20 @@
|
|||||||
{
|
{
|
||||||
"name": "locationsystem",
|
"name": "node.js-project-base",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "",
|
"description": "",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"start":"node index",
|
||||||
"start": "node index",
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
"run": "node index"
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/4n0nh4x0r/Node.js-Project-Base.git"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"bugs": {
|
||||||
"@socket.io/admin-ui": "^0.2.0",
|
"url": "https://github.com/4n0nh4x0r/Node.js-Project-Base/issues"
|
||||||
"express": "^4.17.1",
|
},
|
||||||
"mysql": "^2.18.1",
|
"homepage": "https://github.com/4n0nh4x0r/Node.js-Project-Base#readme"
|
||||||
"socket.io": "^4.2.0"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user