tweak imports

This commit is contained in:
Dobromir Popov
2024-02-27 01:18:14 +02:00
parent 73cf5fbe89
commit 9d1e57f2ec
4 changed files with 31 additions and 15 deletions

2
.vscode/launch.json vendored
View File

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