Skip to content

Commit 0dacd0f

Browse files
committed
chore: update module import
1 parent 34e955a commit 0dacd0f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

playground/nuxt.config.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export default defineNuxtConfig({
22
devtools: { enabled: true },
33
modules: [
4-
'@nuxthub/core',
4+
'../src/module',
55
'@nuxt/ui',
66
'@kgierke/nuxt-basic-auth'
77
],
@@ -19,8 +19,5 @@ export default defineNuxtConfig({
1919
password: process.env.NUXT_ADMIN_PASSWORD || 'admin'
2020
}
2121
]
22-
},
23-
imports: {
24-
autoImport: true
2522
}
2623
})

0 commit comments

Comments
 (0)