proxyApp.use("/trpc/*", trpcServer({ router: appRouter, }) )
curl http://localhost:3000/trpc/getGreeting
{"error":{"message":"No procedure found on path \"2/getGreeting\"","code":-32004,"data":{"code":"NOT_FOUND","httpStatus":404, ... }}}