Unified server for docker

This commit is contained in:
2025-04-21 22:18:23 +02:00
parent 32dd6ff811
commit 2bfd1b100e
5 changed files with 233 additions and 14 deletions

View File

@@ -13,6 +13,7 @@
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"start": "node build/index.js",
"start:full": "node production.js",
"start:unified": "node unified-server.js",
"generate-icons": "node generate-icons.js"
},
"dependencies": {
@@ -20,6 +21,7 @@
"@types/ws": "^8.18.1",
"ansi-to-html": "^0.7.2",
"events": "^3.3.0",
"express": "^4.18.2",
"howler": "^2.2.4",
"net": "^1.0.2",
"split.js": "^1.6.5",