This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
project-client/.vscode/launch.json
2023-09-25 23:01:25 -04:00

14 lines
No EOL
436 B
JSON

{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "npm run start:dev",
"name": "Run npm run start:dev",
"request": "launch",
"type": "node-terminal"
}
]
}