Skip to content

Commit

Permalink
update debug launch settings to work (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
blowery committed Jun 9, 2018
1 parent 3a8d965 commit 90e5909
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
"type": "node",
"request": "launch",
"name": "Debug",
"program": "${workspaceRoot}/dist/server.js",
"program": "${workspaceRoot}/build/index.js",
"smartStep": true,
"outFiles": [
"../dist/**/*.js"
],
"preLaunchTask": "npm: build",
"preLaunchTask": "npm: build-ts",
"protocol": "inspector"
}
]
Expand Down

0 comments on commit 90e5909

Please sign in to comment.