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
+1
View File
@@ -11,3 +11,4 @@ const thisBundle = 'scoreko-dev';
*/
export const exampleReplicant = useReplicant<Schemas.ExampleReplicant>('exampleReplicant', thisBundle);
export const playersReplicant = useReplicant<Schemas.Players>('players', thisBundle);
export const scoreboardReplicant = useReplicant<Schemas.Scoreboard>('scoreboard', thisBundle);