allows connections
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user