diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-02-19 21:58:18 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-19 21:58:18 -0500 |
| commit | 4610f1cc4653aa3b8389a677b9a1bd94590752a1 (patch) | |
| tree | 6fd1cfe02eaeaf1dc074a26cc4cde39c3313d1f3 /.vscode/launch.json | |
| parent | 190d0225d7bf605aa53847eb7beda5de72e753a8 (diff) | |
| parent | ef10a6bdf753f75cbc5b5d8b7dcc53c3d4c219ad (diff) | |
Merge pull request #8 from browngraphicslab/server_database_merge
Server database merge
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 546ede805..8aa197fa5 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -51,5 +51,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 |
