diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-14 02:47:28 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-14 02:47:28 -0500 |
| commit | ddd503f21dc4b3368d80b4be475817cd9a13fcd1 (patch) | |
| tree | 5a235f3405fb3c5e1c7bb9db852ef73ddbfb2b75 /.vscode/launch.json | |
| parent | ff25c29c6801b1858ce6cd15a5735dba1fc67e8c (diff) | |
getting there?
Diffstat (limited to '.vscode/launch.json')
| -rw-r--r-- | .vscode/launch.json | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 9a0a9afb4..6819ffbf2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -47,5 +47,15 @@ "internalConsoleOptions": "openOnSessionStart", "protocol": "inspector" }, + { + "type": "node", + "request": "launch", + "name": "Launch via NPM", + "runtimeExecutable": "npm", + "runtimeArgs": [ + "start" + ], + "port": 9229 + } ] }
\ No newline at end of file |
