lev launch config. update some images

This commit is contained in:
Dobromir Popov
2024-02-23 21:28:56 +02:00
parent d8f08b9234
commit bce92fb6cc
13 changed files with 24 additions and 16 deletions

7
.vscode/launch.json vendored
View File

@ -16,11 +16,14 @@
}
},
{
"name": "Run npm nodemon",
"command": "npm run debug ", // > _logs/debug.log
"name": "Run npm nodemon (DEV)",
"command": "npm run debug", // > _logs/debug.log
"request": "launch",
"type": "node-terminal",
"preLaunchTask": "killInspector", // <-- Add this line
"env": {
"NODE_ENV": "development"
}
},
{
// "type": "pwa-node",