下田 雅人 0e8f0703e2 Merged PR 1100: 2025/6/30 本番リリース
PH2開発分を本番リリース用ブランチにマージ
2025-06-20 02:44:46 +00:00

22 lines
458 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"runtimeExecutable": "npm",
"runtimeArgs": ["run", "start:debug"],
"envFile": "${workspaceFolder}/.env",
"console": "integratedTerminal"
},
{
"type": "node",
"request": "attach",
"name": "UnitTest",
"port": 9229,
"envFile": "${workspaceFolder}/.env",
}
]
}