update playground

This commit is contained in:
Robert Soriano
2022-10-29 22:38:10 -07:00
parent 97dfefe6cd
commit 6ddfbf9629
2 changed files with 25 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ import superjson from 'superjson'
import type { Context } from './context'
const t = initTRPC.context<Context>().create({
transformer: superjson
transformer: superjson,
})
/**