1
0
mirror of https://github.com/microsoft/TypeScript-Node-Starter.git synced 2025-11-08 14:47:28 +00:00

Feature minor updates (#296)

Co-authored-by: Shane Lanan <tbd@tbd.com>
This commit is contained in:
shanelanan
2020-07-10 16:52:05 -04:00
committed by GitHub
parent 1bf2dedccd
commit ee9e040e8e

7
.vscode/launch.json vendored
View File

@@ -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",