feat: add presentation sync room state

This commit is contained in:
lda
2026-07-14 11:56:36 +07:00 Verified
parent a16c652884
commit c8e519a563
5 changed files with 665 additions and 4 deletions
+4 -1
View File
@@ -10,5 +10,8 @@
"types": ["node"]
},
"include": ["src"],
"references": [{ "path": "../../packages/rpc" }]
"references": [
{ "path": "../../packages/rpc" },
{ "path": "../../packages/presentation-sync" }
]
}