mirror of
https://github.com/ArthurDanjou/trpc-nuxt.git
synced 2026-01-14 12:14:40 +01:00
initial commit
This commit is contained in:
11
playground/nuxt.config.ts
Normal file
11
playground/nuxt.config.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { defineNuxtConfig } from 'nuxt'
|
||||
import MyModule from '..'
|
||||
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
MyModule,
|
||||
],
|
||||
myModule: {
|
||||
addPlugin: true,
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user