Skip to content

Commit a5e9395

Browse files
committed
add contributor-frontend
1 parent b5267c2 commit a5e9395

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.submodules/config/configs.jsonc

+3-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,8 @@
268268
"description": "A micro-service's frontend.",
269269
"submodules": [
270270
"codeforlife-template-frontend",
271-
"codeforlife-portal-frontend"
271+
"codeforlife-portal-frontend",
272+
"codeforlife-contributor-frontend"
272273
],
273274
"vscode": {
274275
"tasks": {
@@ -293,7 +294,7 @@
293294
"url": "http://localhost:5173",
294295
"preLaunchTask": "run",
295296
"env": {
296-
"?SERVICE_NAME": "replace-me"
297+
"?VITE_SERVICE_NAME": "replace-me"
297298
}
298299
}
299300
]

0 commit comments

Comments
 (0)