♻️(collaboration) switch collaboration server from hocuspocus to yhub

Signed-off-by: Kevin Jahns <kevin.jahns@protonmail.com>
This commit is contained in:
Kevin Jahns
2026-09-11 10:53:17 +02:00
committed by Anthony LC
parent e68c604ead
commit bf6efa4e91
61 changed files with 1208 additions and 2520 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"name": "yhub-server",
"private": true,
"type": "module",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"@y/hub": "0.3.1"
},
"engines": {
"node": ">=22"
}
}