Skip to content

Commit 4e69df4

Browse files
committed
feat(modules): add nuxtlabs-ui
1 parent 33b883c commit 4e69df4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

detectors/nuxt.modules.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -486,5 +486,16 @@
486486
"detectors": {
487487
"js": "window.__NUXT__?.config?.public?.directus"
488488
}
489+
},
490+
"nuxtlabs-ui": {
491+
"metas": {
492+
"slug": "nuxtlabs-ui",
493+
"name": "@nuxthq/ui",
494+
"imgPath": null,
495+
"url": "https://ui.nuxtlabs.com"
496+
},
497+
"detectors": {
498+
"js": "window.__unctx__?.get('nuxt-app')?.use()._appConfig?.ui?.primary"
499+
}
489500
}
490501
}

0 commit comments

Comments
 (0)