fix build/dev env

This commit is contained in:
Dobromir Popov
2024-02-27 15:31:47 +02:00
parent b6abb81195
commit b1ea364663
4 changed files with 29 additions and 28 deletions

2
.vscode/launch.json vendored
View File

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