Files
smartmail/.vscode/launch.json
T

12 lines
182 B
JSON
Raw Normal View History

2020-06-18 16:24:28 +00:00
{
"version": "0.2.0",
"configurations": [
{
"command": "pnpm test",
"name": "Run pnpm test",
2020-06-18 16:24:28 +00:00
"request": "launch",
2022-08-07 11:38:07 +02:00
"type": "node-terminal"
2020-06-18 16:24:28 +00:00
}
]
}