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
@@ -17,3 +17,4 @@ function hasNoDefault<T>(name: string) {
* and to make sure they have any correct settings on startup.
*/
export const exampleReplicant = hasDefault<Schemas.ExampleReplicant>('exampleReplicant');
export const playersReplicant = hasDefault<Schemas.Players>('players');