Squash merge beta into main

This commit is contained in:
Aman Varshney
2025-04-19 17:30:59 +05:30
parent 724d32b913
commit 0de49d4e45
27 changed files with 113 additions and 130 deletions

View File

@@ -20,6 +20,7 @@ export const appRouter = {
todo: todoRouter,
{{/if}}
};
export type AppRouter = typeof appRouter;
{{/if}}
{{#if (eq api "trpc")}}
@@ -47,5 +48,5 @@ export const appRouter = router({
todo: todoRouter,
{{/if}}
});
{{/if}}
export type AppRouter = typeof appRouter;
{{/if}}