mirror of
https://github.com/ArthurDanjou/website.git
synced 2026-02-01 04:37:56 +01:00
use h3 instead of trpc
This commit is contained in:
@@ -1,24 +1,19 @@
|
||||
export default defineNuxtConfig({
|
||||
srcDir: 'src',
|
||||
|
||||
build: {
|
||||
transpile: ['trpc-nuxt'],
|
||||
},
|
||||
|
||||
css: [
|
||||
'@/assets/css/main.scss',
|
||||
],
|
||||
|
||||
modules: [
|
||||
'@nuxt/ui',
|
||||
'nuxt-auth-utils',
|
||||
'@nuxt/image',
|
||||
'@nuxthq/studio',
|
||||
'@nuxt/content',
|
||||
'@nuxt/ui',
|
||||
'@pinia/nuxt',
|
||||
'@pinia-plugin-persistedstate/nuxt',
|
||||
'@nuxt/devtools',
|
||||
'@vueuse/nuxt',
|
||||
'nuxt-icon',
|
||||
],
|
||||
|
||||
colorMode: {
|
||||
|
||||
Reference in New Issue
Block a user