export const appRouter = router({ ping: publicProcedure.mutation(() => { console.log("pong"); return { message: "pong" }; }), });