feat: init commit

This commit is contained in:
2024-05-23 11:45:22 +03:00
committed by Константин Уколов
commit 6eafd97557
17 changed files with 11577 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: ['@nuxt/ui', '@nuxt/eslint'],
eslint: {
config: {
standalone: false,
},
},
colorMode: {
preference: 'light',
},
})