tailfin/web/.vscode/launch.json
2023-12-29 10:20:01 -06:00

16 lines
416 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 dev",
"name": "Run npm run dev",
"type": "node-terminal",
"request": "launch",
"cwd": "${workspaceFolder}"
}
]
}