Implemented normal game mod with winning and losing

This commit is contained in:
Andrew 2023-03-04 03:44:51 +07:00
parent 79d439e10a
commit 943af813e6
3 changed files with 357 additions and 10 deletions

View file

@ -6,7 +6,9 @@
"scripts": {
"build": "npx tsc",
"start": "node dist/index.js",
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\""
"dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/index.js\"",
"buildDocker": "docker build -t nuark/huacu_server:latest .",
"pushDocker": "docker push nuark/huacu_server:latest"
},
"keywords": [],
"author": "",