Add players replicant schema and dashboard CRUD (#5)

* Add players replicant and dashboard CRUD

* Fix players table typing
This commit is contained in:
Pandipipas
2026-02-08 02:05:18 +01:00
committed by GitHub
parent ddb877adf5
commit 5f13143586
6 changed files with 442 additions and 4 deletions
+1
View File
@@ -10,3 +10,4 @@ const thisBundle = 'nodecg-vue-ts-template';
* For more information see https://github.com/Dan-Shields/nodecg-vue-composable
*/
export const exampleReplicant = useReplicant<Schemas.ExampleReplicant>('exampleReplicant', thisBundle);
export const playersReplicant = useReplicant<Schemas.Players>('players', thisBundle);