mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-15 01:54:52 +01:00
6dccb679c0
## About The Pull Request This started out as just a small fix for dev server crashing but lo, I cannot keep my hands off of such a juicy rework, it now uses Bun's own websocket server and is written entirely in typescript. It makes much more use of console.log (you can see these in client) as well ## Why It's Good For The Game Lets devs use tgui-dev again ## Changelog
12 lines
193 B
JSON
12 lines
193 B
JSON
{
|
|
"name": "tgui-dev-server",
|
|
"version": "6.0.0",
|
|
"dependencies": {
|
|
"axios": "^1.10.0",
|
|
"source-map": "^0.7.4",
|
|
"stacktrace-parser": "^0.1.11"
|
|
},
|
|
"private": true,
|
|
"type": "module"
|
|
}
|