fourPayProject/.hbuilderx/launch.json

15 lines
311 B
JSON
Raw Normal View History

2025-03-31 09:55:13 +08:00
{
"configurations": [
{
"mode": "debug",
"name": "自定义调试文件",
"program": "${workspaceFolder}/index.js",
"skipFiles": [
"<node_internals>/**"
],
"type": "node"
}
],
"version": "0.1"
}