diff --git a/.vscode/launch.json b/.vscode/launch.json index 594135a..46c9c21 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,12 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "command": "npm start", + "name": "Run npm start", + "request": "launch", + "type": "node-terminal" + }, { "preLaunchTask": "mariadb", "name": "Python: Flask",