Skip to content

Commit

Permalink
configure workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 7, 2024
1 parent cff1241 commit 80023e7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
6 changes: 5 additions & 1 deletion codeforlife.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
{
"folders": [
{
"name": "portal-react",
"name": "portal-frontend",
"path": "../codeforlife-portal-frontend"
},
{
"name": "portal-backend",
"path": "."
},
{
Expand Down

0 comments on commit 80023e7

Please sign in to comment.