Fix Button Spam Bug / Add Debug Option
Showing
| ... | @@ -4,7 +4,9 @@ | ... | @@ -4,7 +4,9 @@ | 
| "description": "", | "description": "", | ||
| "main": "index.js", | "main": "index.js", | ||
| "scripts": { | "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": [], | "keywords": [], | ||
| "author": "", | "author": "", | ||
| ... | @@ -15,5 +17,8 @@ | ... | @@ -15,5 +17,8 @@ | 
| "mysql": "^2.18.1", | "mysql": "^2.18.1", | ||
| "socket.io": "^3.0.4", | "socket.io": "^3.0.4", | ||
| "socket.io-client": "^3.0.4" | "socket.io-client": "^3.0.4" | ||
| }, | |||
| "devDependencies": { | |||
| "nodemon": "^2.0.7" | |||
| } | } | ||
| } | } | 
Please register or sign in to comment