Files
mailgun/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2019-10-23 19:27:42 +02:00
{
"version": "0.2.0",
"configurations": [
{
2022-08-07 16:31:56 +02:00
"command": "npm test",
"name": "Run npm test",
2019-10-23 19:27:42 +02:00
"request": "launch",
2022-08-07 16:31:56 +02:00
"type": "node-terminal"
2019-10-23 19:27:42 +02:00
}
]
}