update readme

This commit is contained in:
Robert Soriano
2022-05-18 11:37:22 -07:00
parent 041d1840b9
commit b9d3a4942c

View File

@@ -16,6 +16,10 @@ import { defineNuxtConfig } from 'nuxt'
export default defineNuxtConfig({
modules: ['trpc-nuxt'],
trpc: {
baseURL: 'http://localhost:3000', // defaults to http://localhost:3000
trpcURL: '/api/trpc', // defaults to /api/trpc
},
typescript: {
strict: true // set this to true to infer input/output types
}