summary refs log tree commit diff
path: root/.vscode/launch.json
diff options
context:
space:
mode:
Diffstat (limited to '.vscode/launch.json')
-rw-r--r--.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json

index 07fd32ac..29bdde13 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json
@@ -9,7 +9,7 @@ "type": "node", "request": "launch", "name": "Launch Server", - "program": "${workspaceFolder}/dist/index.js", + "program": "${workspaceFolder}/dist/start.js", "preLaunchTask": "tsc: build - tsconfig.json", "outFiles": ["${workspaceFolder}/dist/**/*.js"] }