3
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.