Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BuildModules
1 parent 3eaca44 commit ce9694fCopy full SHA for ce9694f
packages/nuxi/src/commands/info.ts
@@ -126,7 +126,7 @@ export default defineCommand({
126
const copied = !isMinimal && await new Promise(resolve => copyToClipboard(infoStr, err => resolve(!err)))
127
128
const isNuxt3 = !isLegacy
129
- const isBridge = !isNuxt3 && infoObj.BuildModules.includes('bridge')
+ const isBridge = !isNuxt3 && infoObj.BuildModules?.includes('bridge')
130
131
const repo = isBridge ? 'nuxt/bridge' : 'nuxt/nuxt'
132
0 commit comments