mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 10:50:40 +01:00
playground: add @nuxthub/core module
This commit is contained in:
@@ -3,9 +3,14 @@ import { createResolver } from '@nuxt/kit'
|
||||
const { resolve } = createResolver(import.meta.url)
|
||||
|
||||
export default defineNuxtConfig({
|
||||
modules: ['../src/module'],
|
||||
modules: [
|
||||
'../src/module',
|
||||
'@nuxthub/core'
|
||||
],
|
||||
|
||||
devtools: { enabled: true },
|
||||
devtools: {
|
||||
enabled: true
|
||||
},
|
||||
|
||||
ui: {
|
||||
fonts: false
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
"@iconify-json/lucide": "^1.2.21",
|
||||
"@iconify-json/simple-icons": "^1.2.18",
|
||||
"@nuxt/ui": "latest",
|
||||
"@nuxthub/core": "^0.8.10",
|
||||
"nuxt": "^3.15.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user