mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-30 19:57:54 +01:00
feat: add file routing option
This commit is contained in:
7
examples/custom/nuxt.config.ts
Normal file
7
examples/custom/nuxt.config.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
// https://v3.nuxtjs.org/api/configuration/nuxt.config
|
||||
export default defineNuxtConfig({
|
||||
modules: ['trpc-nuxt'],
|
||||
trpc: {
|
||||
enableFileRouting: false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user