Unified installation process

This commit is contained in:
SamTV12345 2024-08-06 17:47:47 +02:00
parent 628f486b75
commit a63c27df0f
4 changed files with 12 additions and 508 deletions

View file

@ -67,7 +67,7 @@
"semver": "^7.6.3",
"socket.io": "^4.7.5",
"socket.io-client": "^4.7.5",
"superagent": "^10.0.0",
"superagent": "9.0.2",
"threads": "^1.7.0",
"tinycon": "0.6.8",
"tsx": "4.16.5",

View file

@ -993,4 +993,5 @@ class Loader {
const html10n = new Html10n()
export default html10n
// @ts-ignore
window.html10n = html10n