Skip to content

Commit b3b98f7

Browse files
committed
feat: upgrade nitro and nuxt
1 parent fe37135 commit b3b98f7

File tree

5 files changed

+881
-2088
lines changed

5 files changed

+881
-2088
lines changed

.vscode/mcp.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"servers": {
3+
"nuxt": {
4+
"type": "sse",
5+
"url": "http://localhost:3000/__mcp/sse"
6+
}
7+
}
8+
}

packages/node-modules-inspector/src/node/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ cli
7373
await fs.writeFile(resolve(outDir, 'api/rpc-dump.json'), stringify(rpcDump), 'utf-8')
7474

7575
console.log(c.green`${MARK_CHECK} Built to ${relative(cwd, outDir)}`)
76-
console.log(c.green`${MARK_NODE} You can use static server like \`npx serve ${relative(cwd, outDir)}\` to serve the inspector`)
76+
console.log(c.blue`${MARK_NODE} You can use static server like \`npx serve ${relative(cwd, outDir)}\` to serve the inspector`)
7777
})
7878

7979
cli

0 commit comments

Comments
 (0)