mirror of
https://github.com/Pandipipas/scoreko-dev.git
synced 2026-06-06 03:32:06 +00:00
Add players replicant schema and dashboard CRUD (#5)
* Add players replicant and dashboard CRUD * Fix players table typing
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user