Added db with team selection, scoreboard enabled by default, Added Debugwindow, cleanup

This commit is contained in:
2024-06-02 22:30:39 +02:00
parent 1d632252bf
commit 8f402058ad
8 changed files with 279 additions and 24 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
"start": "nodemon --ignore '*.json' ./bin/www"
},
"dependencies": {
"cookie-parser": "~1.4.4",
@@ -12,6 +12,7 @@
"express-ws": "^5.0.2",
"hbs": "~4.0.4",
"http-errors": "~1.6.3",
"lowdb": "^7.0.1",
"moment": "^2.30.1",
"morgan": "~1.9.1",
"socket.io": "^4.7.5",