Fix start environment variables improperly setup.

This commit is contained in:
sigonasr2, Sig, Sigo 2021-09-12 23:06:34 +00:00
parent 0eaa6f12f2
commit d4f535c7ca

4
start
View File

@ -1,4 +1,4 @@
echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com" > .env echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com" > .env
echo "REACT_APP_LOCAL_REDIRECT=true" > .env echo "REACT_APP_LOCAL_REDIRECT=true" >> .env
npm install npm install
HTTPS=true npm start npm start