Skip to content

Commit

Permalink
mark appRouter type public so Knip doesn't complain it being unused
Browse files Browse the repository at this point in the history
  • Loading branch information
rikukissa committed Nov 18, 2024
1 parent 9c445a6 commit e369f20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/events/src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export const t = initTRPC.create({
const router = t.router
const publicProcedure = t.procedure

/**
* @public
*/
export type AppRouter = typeof appRouter

export const appRouter = router({
event: router({
create: publicProcedure
Expand Down

0 comments on commit e369f20

Please sign in to comment.