VEL-Connect/example_dashboard/.vscode/launch.json

10 lines
173 B
JSON

{
"configurations": [
{
"command": "npm run dev",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
}
]
}