mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
.
This commit is contained in:
14
lyx-ui/nuxt.config.ts
Normal file
14
lyx-ui/nuxt.config.ts
Normal file
@@ -0,0 +1,14 @@
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
|
||||
import path from 'path';
|
||||
|
||||
export default defineNuxtConfig({
|
||||
css: [path.join(__dirname, './assets/lyxui.scss')],
|
||||
modules: ['@nuxt/ui'],
|
||||
components: [
|
||||
{
|
||||
path: './components',
|
||||
prefix: 'LyxUi'
|
||||
},
|
||||
]
|
||||
})
|
||||
Reference in New Issue
Block a user