Skip to content

Commit

Permalink
reference backend repo (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jun 7, 2024
1 parent 7bd3620 commit ea2a05a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@
}
},
"mounts": [
"source=./codeforlife-portal-react,target=/workspace/codeforlife-portal-react,type=bind,consistency=cached",
"source=./codeforlife-portal-backend,target=/workspace/codeforlife-portal-backend,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",
"postCreateCommand": "chmod u+x ./setup && ./setup",
"name": "portal-frontend",
"postCreateCommand": "sudo chmod u+x ./setup && ./setup",
"remoteUser": "root",
"service": "base-service",
"shutdownAction": "none",
Expand Down
4 changes: 2 additions & 2 deletions .gcloudignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
/.prettierignore
/.prettierrc.json
/codecov.yml
/codeforlife.code-workspace
/README.md
/*.code-*
/*.md
/setup
/tsconfig.json
/tsconfig.node.json
Expand Down
2 changes: 1 addition & 1 deletion codeforlife.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"folders": [
{
"name": "portal-backend",
"path": "../codeforlife-portal-react"
"path": "../codeforlife-portal-backend"
},
{
"name": "portal-frontend",
Expand Down

0 comments on commit ea2a05a

Please sign in to comment.