zitadel/.vscode/launch.json

12 lines
180 B
JSON
Raw Normal View History

2024-05-02 10:52:21 +00:00
{
"version": "0.2.0",
"configurations": [
{
"command": "npm test",
"name": "Run npm test",
"request": "launch",
"type": "node-terminal"
}
]
}