We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 344cd89 commit 4fcb67fCopy full SHA for 4fcb67f
start.sh
@@ -5,6 +5,7 @@
5
export ESLINT_NO_DEV_ERRORS=true
6
export HTTPS=true
7
export PORT=443
8
+export REACT_APP_HOST_ENV=${REACT_APP_HOST_ENV:-dev}
9
export HOST=local.topcoder-dev.com
10
# if [[ ! -e ./.environments/.env.local ]]; then
11
# filename=.env.${REACT_APP_HOST_ENV:-dev}
0 commit comments