ws server works
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
"express-rate-limit": "^6.7.0",
|
||||
"morgan": "^1.10.0",
|
||||
"response-time": "^2.3.2",
|
||||
"socket.io": "^4.7.2",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"typescript": "4.5.4",
|
||||
"winston": "^3.8.1"
|
||||
},
|
||||
@@ -50,6 +52,7 @@
|
||||
"prettify": "prettier --check './src/**/*.ts'",
|
||||
"prettify:fix": "prettier --write './src/**/*.ts'",
|
||||
"lint": "eslint . --ext ts --quiet",
|
||||
"lint:fix": "eslint . --ext ts --fix"
|
||||
"lint:fix": "eslint . --ext ts --fix",
|
||||
"playground": "ts-node src/playground.ts"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user