13 lines
219 B
JSON
13 lines
219 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"type": "node",
|
|
"request": "launch",
|
|
"name": "Invoke",
|
|
"program": "${workspaceRoot}/app.js",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
}
|