mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
8 lines
161 B
TypeScript
8 lines
161 B
TypeScript
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
|
export default defineNuxtConfig({
|
|
modules: ['trpc-nuxt'],
|
|
trpc: {
|
|
enableFileRouting: false
|
|
}
|
|
})
|