fixed a docker issue updated the README

This commit is contained in:
QkoSad
2024-09-30 21:26:58 +03:00
parent da43bec842
commit 27c1741bc0
15 changed files with 76 additions and 139 deletions
+1 -3
View File
@@ -5,9 +5,7 @@
"main": "server.ts",
"scripts": {
"start": "ts-node server.ts",
"server": "ts-node-dev server.ts",
"client": "npm start --prefix client --trace-depracation",
"dev": "concurrently \"npm run server\" \"npm run client\""
"server": "ts-node-dev server.ts"
},
"author": "",
"license": "ISC",