gradido/.vscode/launch.json
2024-01-16 16:45:25 +01:00

12 lines
224 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"type": "node-terminal",
"name": "Admin: test",
"request": "launch",
"command": "yarn run test",
"cwd": "${workspaceFolder}/admin"
}
]
}