feat(core-api): scaffold empty appRouter aggregator
This commit is contained in:
1
packages/core-api/src/index.ts
Normal file
1
packages/core-api/src/index.ts
Normal file
@@ -0,0 +1 @@
|
||||
export { appRouter, type AppRouter } from "./root";
|
||||
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