Skip to content

Commit dc349b1

Browse files
fix: update default main repo location
1 parent 2c28b22 commit dc349b1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

apps/api/sample.env

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
CHALLENGE_EDITOR_CLIENT_LOCATION=http://localhost:3300
2-
# This assumes that the freeCodeCamp repo is located a sibling directory to the challenge-editor repo
3-
FCC_REPO_LOCATION=../../../freeCodeCamp
2+
# The location assumes that this repo is a submodule inside the main
3+
# freeCodeCamp repo at tools/challenge-editor. If that's not the case, this
4+
# path will need to be adjusted.
5+
FCC_REPO_LOCATION=../../../..

0 commit comments

Comments
 (0)