allows connections

This commit is contained in:
2021-12-14 15:05:46 -06:00
parent 258b703247
commit 6d6444e541
4 changed files with 2550 additions and 2405 deletions

View File

@@ -6,7 +6,8 @@
"scripts": {
"build": "tsc",
"start": "node .",
"watch": "npm-watch"
"watch": "npm-watch",
"dev": "npm-watch"
},
"watch": {
"build": {
@@ -29,7 +30,11 @@
"license": "ISC",
"devDependencies": {
"@types/node": "^16.11.12",
"@types/ws": "^8.2.2",
"npm-watch": "^0.11.0",
"typescript": "^4.5.3"
},
"dependencies": {
"ws": "^8.3.0"
}
}