diff --git a/.vscode/launch.json b/.vscode/launch.json index a7f9d54..bdcece1 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -4,6 +4,13 @@ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ + { + "name": "Launch Program", + "type": "node", + "program": "${workspaceFolder}/dist/server.js", + "request": "launch", + "preLaunchTask": "npm: build" + }, { "type": "node", "request": "attach",