diff --git a/.devcontainer.json b/.devcontainer.json index a40b1278..877daa7d 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -42,13 +42,14 @@ } }, "mounts": [ + "source=./codeforlife-portal-frontend,target=/workspace/codeforlife-portal-frontend,type=bind,consistency=cached", "source=./codeforlife-package-javascript,target=/workspace/codeforlife-package-javascript,type=bind,consistency=cached", "source=./codeforlife-package-python,target=/workspace/codeforlife-package-python,type=bind,consistency=cached" ], - "name": "portal-react", + "name": "portal-backend", "postCreateCommand": "sudo chmod u+x ./setup && ./setup", "remoteUser": "root", "service": "base-service", "shutdownAction": "none", - "workspaceFolder": "/workspace/codeforlife-portal-react" + "workspaceFolder": "/workspace/codeforlife-portal-backend" } \ No newline at end of file diff --git a/codeforlife.code-workspace b/codeforlife.code-workspace index 51a0c43f..44b040b0 100644 --- a/codeforlife.code-workspace +++ b/codeforlife.code-workspace @@ -1,7 +1,11 @@ { "folders": [ { - "name": "portal-react", + "name": "portal-frontend", + "path": "../codeforlife-portal-frontend" + }, + { + "name": "portal-backend", "path": "." }, {