Skip to content

Commit 3b6fcdf

Browse files
committed
chore(dependencies): add @compodium/nuxt and update configuration
1 parent f59247c commit 3b6fcdf

File tree

3 files changed

+183
-0
lines changed

3 files changed

+183
-0
lines changed

nuxt.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default defineNuxtConfig({
1616
'@sfxcode/formkit-primevue-nuxt',
1717
'@unocss/nuxt',
1818
'@pinia/colada-nuxt',
19+
'@compodium/nuxt',
1920
],
2021

2122
ssr: true,
@@ -45,8 +46,14 @@ export default defineNuxtConfig({
4546
},
4647

4748
compatibilityDate: '2024-07-04',
49+
4850
debug: false,
4951

52+
compodium: {
53+
/* List of glob patterns to exclude components. */
54+
ignore: ['**/AppSidebar.vue'],
55+
},
56+
5057
eslint: {
5158
config: {
5259
standalone: false,

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
},
2323
"devDependencies": {
2424
"@antfu/eslint-config": "^6.0.0",
25+
"@compodium/nuxt": "0.1.0-beta.12",
2526
"@iconify-json/carbon": "^1.2.14",
2627
"@iconify-json/mdi": "^1.2.3",
2728
"@iconify-json/prime": "^1.2.4",

pnpm-lock.yaml

Lines changed: 175 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)