Skip to content

Commit

Permalink
chore: update module import
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Feb 21, 2024
1 parent 34e955a commit 0dacd0f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'@nuxthub/core',
'../src/module',
'@nuxt/ui',
'@kgierke/nuxt-basic-auth'
],
Expand All @@ -19,8 +19,5 @@ export default defineNuxtConfig({
password: process.env.NUXT_ADMIN_PASSWORD || 'admin'
}
]
},
imports: {
autoImport: true
}
})

0 comments on commit 0dacd0f

Please sign in to comment.