File tree Expand file tree Collapse file tree 4 files changed +0
-4
lines changed
Expand file tree Collapse file tree 4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export WATCH=1
1212export SITE_HOST=http://javascript.local
1313export TUTORIAL_EDIT=
1414export NODE_PRESERVE_SYMLINKS=1
15- export NODE_OPTIONS=--openssl-legacy-provider
1615
1716# Use a local bunyan if no other is found in the current environment
1817if ! [ -x " $( command -v bunyan) " ]; then
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ set NODE_LANG=%1
55@ set ASSET_VERSIONING = query
66@ set NODE_PRESERVE_SYMLINKS = 1
77@ set NODE_PATH = ./modules
8- @ set NODE_OPTIONS = --openssl-legacy-provider
98
109call gulp dev | bunyan
1110
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ export TUTORIAL_LANG=$1
1010export NODE_ENV=production
1111export TUTORIAL_EDIT=1
1212export NODE_PRESERVE_SYMLINKS=1
13- export NODE_OPTIONS=--openssl-legacy-provider
1413
1514# Use a local bunyan if no other is found in the current environment
1615if ! [ -x " $( command -v bunyan) " ]; then
Original file line number Diff line number Diff line change 1212@ set ASSET_VERSIONING = query
1313@ set NODE_PRESERVE_SYMLINKS = 1
1414@ set NODE_PATH = ./modules
15- @ set NODE_OPTIONS = --openssl-legacy-provider
1615
1716call gulp edit | bunyan
1817
You can’t perform that action at this time.
0 commit comments