feat(core-api): scaffold empty appRouter aggregator
This commit is contained in:
5
packages/core-api/src/root.ts
Normal file
5
packages/core-api/src/root.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { router } from "@repo/core-shared/trpc/init";
|
||||
|
||||
export const appRouter = router({});
|
||||
|
||||
export type AppRouter = typeof appRouter;
|
||||
Reference in New Issue
Block a user