Files
Bubberstation/tgui/packages/tgui-dev-server/package.json
Jeremiah 200e0a3dbd [tools] Removes the second dev server connection (#87727)
## About The Pull Request
This
![Screenshot 2024-11-06
215752](https://github.com/user-attachments/assets/6933ff60-11c2-472e-8d06-a1f43fa9b48e)

Apparently this was connecting http for ie8 support, which we dropped a
long time ago in #79974.

I added some early returns to the code as well
## Why It's Good For The Game
Code cleanup
## Changelog

n/a
2024-11-08 23:03:02 +01:00

15 lines
275 B
JSON

{
"private": true,
"name": "tgui-dev-server",
"version": "5.0.3",
"type": "module",
"dependencies": {
"@types/ws": "^8.5.13",
"axios": "^1.7.7",
"glob": "^7.2.3",
"source-map": "^0.7.4",
"stacktrace-parser": "^0.1.10",
"ws": "^8.18.0"
}
}