mirror of
https://github.com/Xevion/100prisoners.git
synced 2025-12-14 10:11:00 -06:00
Project init
This commit is contained in:
9
src/server/trpc/router/_app.ts
Normal file
9
src/server/trpc/router/_app.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { router } from "../trpc";
|
||||
import { exampleRouter } from "./example";
|
||||
|
||||
export const appRouter = router({
|
||||
example: exampleRouter,
|
||||
});
|
||||
|
||||
// export type definition of API
|
||||
export type AppRouter = typeof appRouter;
|
||||
Reference in New Issue
Block a user