Implemented normal game mod with winning and losing
This commit is contained in:
parent
79d439e10a
commit
943af813e6
3 changed files with 357 additions and 10 deletions
|
|
@ -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": "",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue