This commit is contained in:
Erik 2021-05-06 01:10:40 +03:00
parent 9f9d68214e
commit 6efedf8fa5

View File

@ -4,7 +4,8 @@
"description": "New iteration of GalacticBot",
"main": "index.js",
"scripts": {
"start": "node --trace-warnings index.js"
"start": "node --trace-warnings index.js",
"debug": "node --trace-warnings --inspect index.js"
},
"repository": {
"type": "git",