diff options
-rw-r--r-- | .bowerrc | 2 | ||||
-rw-r--r-- | .vscode/launch.json | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ { - "directory" : "client/static/components" + "directory" : "src/client/static/components" } 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": [ |