Skip to content

Commit

Permalink
chore: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
imba97 committed Sep 30, 2024
1 parent 9a9f60a commit 3728c93
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import process from 'node:process'

export default defineNuxtConfig({
devtools: { enabled: false },

modules: [
'@vueuse/nuxt',
'@unocss/nuxt',
Expand Down Expand Up @@ -31,5 +27,6 @@ export default defineNuxtConfig({
]
},

compatibilityDate: '2024-07-25'
compatibilityDate: '2024-07-25',
devtools: { enabled: false }
})

0 comments on commit 3728c93

Please sign in to comment.