api/.vscode/launch.json

12 lines
180 B
JSON
Raw Permalink Normal View History

2022-07-17 00:38:15 +00:00
{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}