1
0
积极分子
.vscode/launch.json
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:3000", "webRoot": "${workspaceFolder}" }, {//这里是关键 "type": "node", "request": "launch", "name": "Launch Next.js", "runtimeExecutable": "npm", "runtimeArgs": ["run-script", "debug"], "port": 9229 } ], "compounds": [ { "name": "Debug Next.js + Chrome", "configurations": ["Launch Next.js", "Launch Chrome"] } ] }
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
相关侵权、举报、投诉及建议等,请发 E-mail:qiongdian@foxmail.com
Powered by Discuz! X5.0 © 2001-2026 Discuz! Team.