Showing
2 changed files
with
2 additions
and
1 deletions
... | @@ -4,7 +4,8 @@ | ... | @@ -4,7 +4,8 @@ |
4 | "express": "^4.17.1", | 4 | "express": "^4.17.1", |
5 | "express-async-errors": "^3.1.1", | 5 | "express-async-errors": "^3.1.1", |
6 | "express-handlebars": "^5.2.0", | 6 | "express-handlebars": "^5.2.0", |
7 | - "monk": "^7.3.2" | 7 | + "monk": "^7.3.2", |
8 | + "socket.io": "^3.0.4" | ||
8 | }, | 9 | }, |
9 | "scripts": { | 10 | "scripts": { |
10 | "start": "node src/main.js" | 11 | "start": "node src/main.js" | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment