From 2d8da3b2c611f62d5367681cb572df11f98dbbd2 Mon Sep 17 00:00:00 2001 From: pacmandoh Date: Sat, 14 Dec 2024 21:35:12 +0800 Subject: [PATCH] chore: update --- nuxt.config.ts | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/nuxt.config.ts b/nuxt.config.ts index 0e017b9..c48b886 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -9,29 +9,37 @@ export default defineNuxtConfig({ } } }, + devtools: { enabled: false }, + modules: [ '@vueuse/nuxt', '@nuxt/ui', '@nuxt/eslint' ], + colorMode: { preference: 'light', fallback: 'light' }, + ui: { icons: ['heroicons', 'simple-icons', 'ph', 'cbi', 'carbon'] }, + runtimeConfig: { public: { version: pkg.version } }, + eslint: { config: { stylistic: { commaDangle: 'never' } } - } -}) + }, + + compatibilityDate: '2024-12-13' +}) \ No newline at end of file