feat: scaffolding

This commit is contained in:
2026-02-03 12:55:49 -08:00
parent c8a82646f8
commit 8f3aeb9391
12 changed files with 190 additions and 111 deletions
+9 -4
View File
@@ -1,4 +1,9 @@
export * from './lib/game.types';
export * from './lib/book.types';
export * from './lib/music.types';
export * from './lib/auth.types';
/**
* @copyright 2026 NHCarrigan
* @license Naomi's Public License
* @author Naomi Carrigan
*/
export * from "./lib/game.types";
export * from "./lib/book.types";
export * from "./lib/music.types";
export type * from "./lib/auth.types";