mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 20:19:33 +01:00
8 lines
169 B
TypeScript
8 lines
169 B
TypeScript
// https://nuxt.com/docs/api/configuration/nuxt-config
|
|
export default defineNuxtConfig({
|
|
devtools: { enabled: true },
|
|
build: {
|
|
transpile: ['trpc-nuxt'],
|
|
},
|
|
})
|