Skip to content
This repository was archived by the owner on Nov 16, 2023. It is now read-only.

Commit ee9e040

Browse files
shanelananShane Lanan
andauthored
Feature minor updates (#296)
Co-authored-by: Shane Lanan <tbd@tbd.com>
1 parent 1bf2ded commit ee9e040

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/launch.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
55
"version": "0.2.0",
66
"configurations": [
7+
{
8+
"name": "Launch Program",
9+
"type": "node",
10+
"program": "${workspaceFolder}/dist/server.js",
11+
"request": "launch",
12+
"preLaunchTask": "npm: build"
13+
},
714
{
815
"type": "node",
916
"request": "attach",

0 commit comments

Comments
 (0)