mirror of
https://github.com/frankiejun/node-ws.git
synced 2026-06-03 11:29:38 +08:00
fixed 503
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
> **注意:** 记得把命令中的 `yourdomain` 改为你真实的域名
|
||||
```bash
|
||||
curl -Ls https://raw.githubusercontent.com/frankiejun/node-ws/refs/heads/test/setup.sh > setup.sh && chmod +x setup.sh && ./setup.sh yourdomain
|
||||
curl -Ls https://raw.githubusercontent.com/frankiejun/node-ws/refs/heads/main/setup.sh > setup.sh && chmod +x setup.sh && ./setup.sh yourdomain
|
||||
```
|
||||
|
||||
|
||||
|
||||
@@ -12,9 +12,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"ws": "^8.14.2",
|
||||
"axios": "^1.6.2"
|
||||
"axios": "^1.6.2",
|
||||
"mime-types": "^2.1.35"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user