First Commit Test
This commit is contained in:
14
nuxt.config.ts
Normal file
14
nuxt.config.ts
Normal file
@ -0,0 +1,14 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
modules: [
|
||||
'@huntersofbook/naive-ui-nuxt'
|
||||
],
|
||||
build: {
|
||||
transpile: [
|
||||
'trpc-nuxt'
|
||||
]
|
||||
},
|
||||
typescript: {
|
||||
shim: false
|
||||
}
|
||||
})
|
||||
Reference in New Issue
Block a user