mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
disable file routing by default
This commit is contained in:
@@ -17,7 +17,7 @@ export default defineNuxtModule<ModuleOptions>({
|
||||
}
|
||||
},
|
||||
defaults: {
|
||||
enableFileRouting: true
|
||||
enableFileRouting: false
|
||||
},
|
||||
async setup (moduleOptions, nuxt) {
|
||||
nuxt.options.build.transpile.push('trpc-nuxt')
|
||||
|
||||
Reference in New Issue
Block a user