chore: use module workspace

This commit is contained in:
Benjamin Canac
2025-04-29 17:21:43 +02:00
parent df83ab355e
commit 53f8b34bef
3 changed files with 2 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
export default defineNuxtConfig({
modules: [
'../src/module',
'@nuxt/ui',
'@nuxthub/core'
],