From 848f47839af5e949c99152d3654a4d296fe244dc Mon Sep 17 00:00:00 2001 From: Joshua Sigona Date: Wed, 8 Sep 2021 17:42:53 +0900 Subject: [PATCH] https is supreme. So is linux --- start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start b/start index 0f173cd..620f5e3 100755 --- a/start +++ b/start @@ -1,3 +1,3 @@ echo "REACT_APP_GITPOD_WORKSPACE_URL=https://ngsplanner.herokuapp.com" > .env npm install -npm start \ No newline at end of file +HTTPS=true npm start \ No newline at end of file