DCSOlympus/manager/.vscode/launch.json
2023-12-19 13:21:19 +01:00

13 lines
281 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"runtimeExecutable": "npm",
"runtimeArgs": [ "start" ],
"port": 9229
}
]
}