update readme

This commit is contained in:
Robert Soriano
2022-06-12 23:32:41 -07:00
parent a53d823f5e
commit 7df64296ff

View File

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