feat: use globalThis.$fetch to call API handler directly on server-side

This commit is contained in:
Robin Wong
2022-09-16 16:37:39 +00:00
parent cdf29bee67
commit ee3ee485ba
3 changed files with 10 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ export default defineNuxtModule<ModuleOptions>({
configKey: 'trpc',
},
defaults: {
baseURL: 'http://localhost:3000',
baseURL: '',
endpoint: '/trpc',
},
async setup(options, nuxt) {