Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
pacmandoh committed Dec 14, 2024
1 parent c04b941 commit 2d8da3b
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
})

0 comments on commit 2d8da3b

Please sign in to comment.