Fix Button Spam Bug / Add Debug Option
Showing
This diff is collapsed.
... | ... | @@ -4,7 +4,9 @@ |
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"start": "nodemon index.js", | ||
"debug": "nodemon --inspect index.js" | ||
}, | ||
"keywords": [], | ||
"author": "", | ||
... | ... | @@ -15,5 +17,8 @@ |
"mysql": "^2.18.1", | ||
"socket.io": "^3.0.4", | ||
"socket.io-client": "^3.0.4" | ||
}, | ||
"devDependencies": { | ||
"nodemon": "^2.0.7" | ||
} | ||
} |
Please register or sign in to comment