diff --git a/start b/start index e0cd6d6..d599259 100755 --- a/start +++ b/start @@ -1,4 +1,4 @@ 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 -HTTPS=true npm start \ No newline at end of file +npm start \ No newline at end of file