Skip to content

Commit

Permalink
Update ssr.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
danechitoaie authored Jan 19, 2022
1 parent aa0b773 commit d93e6dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ssr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ const appRouter = trpc
},
});

export type AppRouter = typeof appRouter;

const app: Express = express();
app.set("json spaces", 4);

Expand Down

0 comments on commit d93e6dc

Please sign in to comment.