sachinraja / trpc-playground

playground for running tRPC queries in the browser
MIT License
281 stars 19 forks source link

fix fastify.d.ts export type #27

Closed codyfyi closed 1 year ago

codyfyi commented 1 year ago

The fastify adapter incorrectly exports the fetch adapter typescript type. This corrects the export path typing to use the fastify handler.

sachinraja commented 1 year ago

Thanks!