Conversation
📝 WalkthroughWalkthroughTwo Bluesky buttons were added to the devtools website documentation layout. The changes duplicate an existing Nuxt Website button in the header's right slot and the footer's right slot, maintaining consistent styling and behavior with target="_blank" and gray ghost variant configurations. Accessibility labels were updated accordingly to reflect the new Bluesky links. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Tip Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs). Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
I tried building to review the change locally, but encountered build error and couldn't fix it. So I'd like to check in the deploy preview if any. > nr dev
> @nuxt/devtools-docs@ dev /tmp/devtools/docs
> nuxi dev
Nuxt 4.3.1 with Nitro 2.13.1 nuxi 5:47:52 PM
5:47:52 PM
➜ Local: http://localhost:3000/
➜ Network: use --host to expose
[nuxi 5:47:53 PM] ERROR Cannot start nuxt: Cannot read properties of undefined (reading 'builder')
at initNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:5769:61)
at async NuxtDevServer._load (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:161:5)
at async NuxtDevServer.load (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:93:7)
at async NuxtDevServer.init (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev2.mjs:88:5)
at async Object.run (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/dev-child.mjs:82:5)
at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7)
^C⏎ > nr build
> @nuxt/devtools-docs@ build /tmp/devtools/docs
> nuxi build
Nuxt 4.3.1 with Nitro 2.13.1 nuxi 5:48:00 PM
ERROR Cannot read properties of undefined (reading 'builder') 5:48:00 PM
at initNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:5769:61)
at async loadNuxt (/tmp/devtools/node_modules/.pnpm/nuxt@4.3.1_@netlify+blobs@9.1.2_@parcel+watcher@2.5.6_@types+node@25.3.0_@vue+compiler-_9eca6548fadaff13b41c2c27797cd31c/node_modules/nuxt/dist/index.mjs:6243:5)
at async Module.loadNuxt (node_modules/.pnpm/@nuxt+kit@3.15.4_magicast@0.3.5_rollup@4.27.4/node_modules/@nuxt/kit/dist/index.mjs:2676:19)
at async Object.run (node_modules/.pnpm/@nuxt+cli@3.21.1_magicast@0.3.5/node_modules/@nuxt/cli/dist/chunks/build.mjs:43:18)
at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:316:16)
at async runCommand (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:307:11)
at async runMain (node_modules/.pnpm/citty@0.1.6/node_modules/citty/dist/index.mjs:445:7)
ERROR Cannot read properties of undefined (reading 'builder') 5:48:00 PM
ELIFECYCLE Command failed with exit code 1. |
@nuxt.com Bluesky profile link
🔗 Linked issue
resolves #938
📚 Description