smartpuppeteer/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2021-01-08 21:16:25 +00:00
{
"version": "0.2.0",
"configurations": [
{
2021-11-07 14:58:45 +00:00
"command": "npm test",
"name": "Run npm test",
2021-01-08 21:16:25 +00:00
"request": "launch",
2021-11-07 14:58:45 +00:00
"type": "node-terminal"
2021-01-08 21:16:25 +00:00
}
]
}