Skip to content

Commit

Permalink
add contributor-frontend
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Aug 19, 2024
1 parent b5267c2 commit a5e9395
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .submodules/config/configs.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,8 @@
"description": "A micro-service's frontend.",
"submodules": [
"codeforlife-template-frontend",
"codeforlife-portal-frontend"
"codeforlife-portal-frontend",
"codeforlife-contributor-frontend"
],
"vscode": {
"tasks": {
Expand All @@ -293,7 +294,7 @@
"url": "http://localhost:5173",
"preLaunchTask": "run",
"env": {
"?SERVICE_NAME": "replace-me"
"?VITE_SERVICE_NAME": "replace-me"
}
}
]
Expand Down

0 comments on commit a5e9395

Please sign in to comment.