Auth in progress

This commit is contained in:
Philip
2025-04-07 22:24:50 +02:00
parent 249f3b6578
commit 72762cb02c
13 changed files with 932 additions and 11 deletions

View File

@@ -1,8 +1,12 @@
import { router } from "@/server/trpc"
import { childRouter } from "./routers/child"
import { authRouter } from "./routers/auth"
export const appRouter = router({
child: childRouter,
auth: authRouter,
})
// Export type helper