This commit is contained in:
Emily
2024-07-22 16:31:54 +02:00
parent f3542f711b
commit 3eb32145aa
26 changed files with 8182 additions and 133 deletions

View File

@@ -29,4 +29,6 @@ export default defineNuxtConfig({
devServer: {
host: '0.0.0.0',
},
components: true,
extends: ['../lyx-ui']
})