mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-01-14 12:14:42 +01:00
first commit
This commit is contained in:
30
nuxt.config.ts
Normal file
30
nuxt.config.ts
Normal file
@@ -0,0 +1,30 @@
|
||||
export default defineNuxtConfig({
|
||||
srcDir: 'src',
|
||||
|
||||
build: {
|
||||
transpile: ['trpc-nuxt'],
|
||||
},
|
||||
|
||||
modules: [
|
||||
'@pinia/nuxt',
|
||||
'@pinia-plugin-persistedstate/nuxt',
|
||||
'@unocss/nuxt',
|
||||
'@nuxt/devtools',
|
||||
'@nuxtjs/color-mode',
|
||||
'@nuxtjs/fontaine',
|
||||
'@vueuse/nuxt',
|
||||
'@nuxt/content',
|
||||
'nuxt-icon',
|
||||
],
|
||||
|
||||
devtools: {
|
||||
enabled: true,
|
||||
vscode: {
|
||||
enabled: true,
|
||||
startOnBoot: true,
|
||||
port: 3001,
|
||||
reuseExistingServer: true,
|
||||
mode: 'tunnel',
|
||||
},
|
||||
},
|
||||
})
|
||||
Reference in New Issue
Block a user