cloud-take-home-assignment-2/.vscode/launch.json

13 lines
219 B
JSON
Raw Normal View History

2024-05-10 13:03:05 +00:00
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "launch",
"name": "Invoke",
"program": "${workspaceRoot}/app.js",
"console": "integratedTerminal"
}
]
}