Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Jan 27, 2025
1 parent 84818e4 commit 1fa897f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions examples/nuxt/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,14 +1,11 @@
export default defineNuxtConfig({
devtools: { enabled: true },

modules: [
'@pinia/nuxt',
'@pinia/colada-nuxt',
],
modules: ['@pinia/nuxt', '@pinia/colada-nuxt'],

experimental: {
typedPages: true,
},

compatibilityDate: '2024-09-10',
})
})

0 comments on commit 1fa897f

Please sign in to comment.