Experiments with tRPC and Nuxt Server API
This commit is contained in:
@@ -2,5 +2,8 @@
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2024-11-01',
|
||||
devtools: { enabled: true },
|
||||
modules: ['@nuxt/eslint']
|
||||
modules: ['@nuxt/eslint'],
|
||||
build: {
|
||||
transpile: ['trpc-nuxt']
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user