We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0ba2d0 commit 9e53da6Copy full SHA for 9e53da6
1 file changed
edit
@@ -6,7 +6,7 @@
6
: ${1?"Usage: $0 <tutorial language> [<server language>]"}
7
8
9
-export TUTORIAL_ROOT="../javascript-tutorial-$1"
+export TUTORIAL_ROOT="../$1.javascript.info"
10
export NODE_LANG="${2:-en}"
11
export NODE_ENV=production
12
export TUTORIAL_EDIT=1
0 commit comments