update readme

This commit is contained in:
Robert Soriano
2022-06-12 23:30:03 -07:00
parent 82ee2ce672
commit feef3dde6b

View File

@@ -29,7 +29,7 @@ export default defineNuxtConfig({
modules: ['trpc-nuxt'], modules: ['trpc-nuxt'],
trpc: { trpc: {
baseURL: 'http://localhost:3000', // defaults to http://localhost:3000 baseURL: 'http://localhost:3000', // defaults to http://localhost:3000
trpcURL: '/api/trpc', // defaults to /api/trpc endpoint: '/trpc', // defaults to /api/trpc
}, },
typescript: { typescript: {
strict: true // set this to true to make input/output types work strict: true // set this to true to make input/output types work