Skip to content

Commit 6e8fde9

Browse files
committed
feat: add @nuxthub/core module
1 parent 7d5bffa commit 6e8fde9

File tree

3 files changed

+87
-3
lines changed

3 files changed

+87
-3
lines changed

pnpm-lock.yaml

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

server/nuxt.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
export default defineNuxtConfig({
2-
modules: ['@nuxt/content'],
2+
modules: ['@nuxt/content', '@nuxthub/core'],
33
compatibilityDate: '2025-11-16',
44
})

server/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
"dependencies": {
1717
"@modelcontextprotocol/sdk": "catalog:",
1818
"@nuxt/content": "catalog:",
19+
"@nuxthub/core": "^0.9.0",
1920
"@toon-format/toon": "^1.2.0",
2021
"better-sqlite3": "catalog:",
2122
"nuxt": "catalog:",

0 commit comments

Comments
 (0)