Init express

This commit is contained in:
2022-04-24 00:37:55 +02:00
parent 6526ab8fe7
commit df8b46c667
3 changed files with 14 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
"name": "bullet-hell-server",
"version": "1.0.0",
"description": "Scoreboard server",
"main": "index.js",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},