diff --git a/launch.json b/launch.json new file mode 100644 index 0000000..1696d1b --- /dev/null +++ b/launch.json @@ -0,0 +1,12 @@ +{ + "version": "0.2.0", + "configurations": [ + { + "type": "node-terminal", + "name": "Run Script: start", + "request": "launch", + "command": "npm run start", + "cwd": "${workspaceFolder}" + } + ] +}