美文网首页
egg启动调试launch.json

egg启动调试launch.json

作者: 罗不错 | 来源:发表于2022-11-21 21:39 被阅读0次

{
"configurations": [
{
"name": "Launch Egg",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "npm",
"runtimeArgs": [ "run", "debug" ],
"console": "integratedTerminal",
"restart": true,
"autoAttachChildProcesses": true
}
]
}

相关文章

网友评论

      本文标题:egg启动调试launch.json

      本文链接:https://www.haomeiwen.com/subject/esgnxdtx.html