zitadel/.vscode/launch.json
2024-05-02 12:52:21 +02:00

12 lines
180 B
JSON

{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}