Add Pinia persistence and scoreboard support (#15)

* Add scoreboard replicant and Pinia persistence

* Fix scoreboard replicant sync (#16)
This commit is contained in:
Pandipipas
2026-02-08 17:00:31 +01:00
committed by GitHub
parent e0323cca3f
commit b4a110fd1e
16 changed files with 712 additions and 64 deletions
+6
View File
@@ -37,6 +37,7 @@
"eslint-plugin-vue": "^10.5.1",
"nodecg": "^2.6.1",
"nodecg-vue-composable": "^1.1.0",
"pinia": "^2.3.1",
"quasar": "^2.18.5",
"sass-embedded": "^1.93.3",
"trash-cli": "^7.0.0",
@@ -69,6 +70,11 @@
"file": "example/main.html",
"width": 1920,
"height": 1080
},
{
"file": "scoreboard/main.html",
"width": 1920,
"height": 1080
}
]
},