diff --git a/bun.lockb b/bun.lockb index 896b193d..c3639f0f 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/nuxt.config.ts b/nuxt.config.ts index 3486434b..8ff62cfb 100755 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -22,6 +22,7 @@ export default defineNuxtConfig({ '@nuxt/image', '@nuxt/ui', '@nuxthq/studio', + '@nuxthub/core', '@vite-pwa/nuxt', 'nuxt-og-image', ], diff --git a/package.json b/package.json index a51ada77..6396781f 100755 --- a/package.json +++ b/package.json @@ -29,12 +29,14 @@ "@nuxt/eslint": "^0.3.13", "@nuxt/fonts": "^0.7.0", "@nuxt/image": "^1.7.0", + "@nuxthub/core": "^0.6.10", "@types/node": "^20.14.2", "@vite-pwa/assets-generator": "^0.2.4", "@vite-pwa/nuxt": "^0.8.0", "eslint": "^9.4.0", "nuxt": "^3.11.2", "nuxt-og-image": "^3.0.0-rc.53", - "typescript": "^5.4.5" + "typescript": "^5.4.5", + "wrangler": "^3.60.0" } }