feat: improve structure and error handling

This commit is contained in:
Michael Zetterberg
2024-05-14 15:55:46 +02:00
parent 01587d7fd5
commit f5108d1a8e
104 changed files with 1505 additions and 1570 deletions

View File

@@ -1,9 +1,8 @@
import { router } from "./trpc"
/** Routers */
import { contentstackRouter } from "./routers/contentstack"
import { userRouter } from "./routers/user"
import { loyaltyRouter } from "./routers/loyalty"
import { userRouter } from "./routers/user"
import { router } from "./trpc"
export const appRouter = router({
contentstack: contentstackRouter,