aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bowerrc2
-rw-r--r--.vscode/launch.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bowerrc b/.bowerrc
index 077f68e..c7c43d3 100644
--- a/.bowerrc
+++ b/.bowerrc
@@ -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": [