From 5d96cdc1c2b05868f6ca69bbd67e15011fba4b21 Mon Sep 17 00:00:00 2001 From: Sebastien Castiel Date: Fri, 25 Oct 2024 14:20:24 -0400 Subject: [PATCH] If at first you don't succeed, redefine success. --- src/index.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index a6f0294..092b7ee 100644 --- a/src/index.ts +++ b/src/index.ts @@ -1 +1,5 @@ -export { type AppRouter, type AppRouterOutput } from '@/trpc/routers/_app' +export { + appRouter, + type AppRouter, + type AppRouterOutput, +} from '@/trpc/routers/_app'