diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index b07b063..cfc9fba 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,4 +1,4 @@ // https://v3.nuxtjs.org/api/configuration/nuxt.config export default defineNuxtConfig({ - modules: ['trpc-nuxt/module'], + modules: ['trpc-nuxt/module'] }) diff --git a/src/client/types.ts b/src/client/types.ts index e49f8c5..76adb92 100644 --- a/src/client/types.ts +++ b/src/client/types.ts @@ -9,7 +9,7 @@ import type { ProcedureArgs, ProcedureRouterRecord, inferProcedureInput, - inferProcedureOutput, + inferProcedureOutput } from '@trpc/server' import type { Unsubscribable, inferObservableValue } from '@trpc/server/observable' import type { @@ -17,7 +17,7 @@ import type { AsyncDataOptions, KeyOfRes, PickFrom, - _Transform, + _Transform } from 'nuxt/dist/app/composables/asyncData' // Modified @trpc/client and @trpc/react-query types