fixed 503

This commit is contained in:
frankiejun
2025-05-14 21:07:48 +08:00
parent 78126197bb
commit 8724d49cd7
2 changed files with 4 additions and 3 deletions

View File

@@ -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
```

View File

@@ -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"
}
}
}