diff options
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index c3e0b94..995ecf7 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -15,7 +15,7 @@ "type": "node", "request": "launch", "name": "Server", - "program": "${workspaceRoot}/bin/www" + "program": "${workspaceRoot}/src/server/bin/www" } ], "compounds": [ |