Skip to content

Commit

Permalink
rename repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jul 2, 2024
1 parent 63d12c7 commit 37a9731
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
"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": "service-template",
"name": "template-backend",
"postCreateCommand": "sudo chmod u+x scripts/setup && scripts/setup",
"remoteUser": "root",
"service": "base-service",
"shutdownAction": "none",
"workspaceFolder": "/workspace/codeforlife-service-template"
"workspaceFolder": "/workspace/codeforlife-template-backend"
}
2 changes: 1 addition & 1 deletion codeforlife.code-workspace
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"folders": [
{
"name": "service-template",
"name": "template-backend",
"path": "."
},
{
Expand Down

0 comments on commit 37a9731

Please sign in to comment.