mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-14 20:19:34 +01:00
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
export default defineNuxtConfig({
|
|
modules: ['../../src/module'],
|
|
ui: {
|
|
colors: ['primary', 'green', 'red']
|
|
}
|
|
})
|