Skip to content

Commit 2ea0416

Browse files
authored
feat: add nuxt-spyglass to modules (#1496)
1 parent 901ff4b commit 2ea0416

3 files changed

Lines changed: 35 additions & 4 deletions

File tree

icons/nuxt-spyglass.svg

Lines changed: 11 additions & 0 deletions
Loading

modules/hub.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
name: hub
2-
description: Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub works on Vercel, Cloudflare, Netlify, and more.
2+
description: >-
3+
Add database, KV, blob storage, and cache to your Nuxt application. NuxtHub
4+
works on Vercel, Cloudflare, Netlify, and more.
35
repo: nuxt-hub/core
4-
npm: "@nuxthub/core"
6+
npm: '@nuxthub/core'
57
icon: nuxthub.svg
68
github: https://github.com/nuxt-hub/core
79
website: https://hub.nuxt.com
8-
learn_more: ""
10+
learn_more: ''
911
category: Database
1012
type: 3rd-party
1113
maintainers:
@@ -25,6 +27,6 @@ maintainers:
2527
- name: NuxtLabs
2628
github: nuxtlabs
2729
compatibility:
28-
nuxt: ">=3.0.0"
30+
nuxt: '>=3.0.0'
2931
requires: {}
3032
mcp: https://hub.nuxt.com/mcp

modules/nuxt-spyglass.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: nuxt-spyglass
2+
description: >-
3+
Capture browser and server logs in one correlated place — and let your AI
4+
agent read them over MCP
5+
repo: Flo0806/nuxt-spyglass
6+
npm: nuxt-spyglass
7+
icon: nuxt-spyglass.svg
8+
github: https://github.com/Flo0806/nuxt-spyglass
9+
website: https://spyglass.fh-softdev.de
10+
learn_more: https://spyglass.fh-softdev.de
11+
category: AI
12+
type: 3rd-party
13+
maintainers:
14+
- name: Florian Heuberger
15+
github: Flo0806
16+
compatibility:
17+
nuxt: '>=4.0.0'
18+
requires: {}

0 commit comments

Comments
 (0)