fourPayProject/.hbuilderx/launch.json
2025-03-31 09:55:13 +08:00

15 lines
311 B
JSON

{
"configurations": [
{
"mode": "debug",
"name": "自定义调试文件",
"program": "${workspaceFolder}/index.js",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
}
],
"version": "0.1"
}