Files
back-ts/.vscode/launch.json
T
2024-06-05 21:13:55 -04:00

14 lines
433 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 -b swc",
"name": "Start Nest",
"request": "launch",
"type": "node-terminal"
},
]
}