furality-stream-recorder/.vscode/launch.json
Lillith Rose (Device: Lucia) fdeba8fd41
Some checks are pending
Build Docker Image / docker (push) Waiting to run
Test / test (push) Waiting to run
Initial Commit
2025-06-08 14:33:19 -04:00

13 lines
291 B
JSON

{
"configurations": [
{
"name": "Launch Program",
"program": "${workspaceFolder}/dist/index.js",
"request": "launch",
"sourceMaps": true,
"skipFiles": ["<node_internals>/**"],
"type": "node",
"preLaunchTask": "${defaultBuildTask}"
}
]
}