diff --git a/.env b/.env index d745727..ba51015 100644 --- a/.env +++ b/.env @@ -6,9 +6,8 @@ TWITTER_URL=https://twitter.com INSTAGRAM_URL=https://www.instagram.com # BACKEND END POINTS -# REACT_APP_MAIN_API="https://devapi.mermsemr.com" +REACT_APP_MAIN_API="https://devapi.mermsemr.com" # REACT_APP_MAIN_API="http://localhost:14700" -REACT_APP_MAIN_API="https://api.mermsemr.com" # ENQUIRIES CONTACTS VITE_CALL_ENDPOINT='09099000000' diff --git a/.env.development b/.env.development index b2c7972..d9472c5 100644 --- a/.env.development +++ b/.env.development @@ -6,9 +6,8 @@ VITE_TWITTER_URL=https://twitter.com VITE_INSTAGRAM_URL=https://www.instagram.com # BACKEND END POINTS -# REACT_APP_MAIN_API="https://devapi.mermsemr.com" +REACT_APP_MAIN_API="https://devapi.mermsemr.com" # REACT_APP_MAIN_API="http://localhost:14700" -REACT_APP_MAIN_API="https://api.mermsemr.com" # ENQUIRIES CONTACTS VITE_CALL_ENDPOINT='09099000000' diff --git a/.env.production b/.env.production index 57d25eb..c332f15 100644 --- a/.env.production +++ b/.env.production @@ -7,6 +7,7 @@ INSTAGRAM_URL=https://www.instagram.com # BACKEND END POINTS REACT_APP_MAIN_API="https://api.mermsemr.com" +#REACT_APP_MAIN_API="http://localhost:14700" # ENQUIRIES CONTACTS VITE_CALL_ENDPOINT='09099000000' diff --git a/package.json b/package.json index 21ba7fb..358f018 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,7 @@ }, "scripts": { "start": "react-scripts start", - "build": "react-scripts start -e .env.production", - "build_real": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", + "build": "GENERATE_SOURCEMAP=false react-scripts build -e .env.production", "test": "react-scripts test", "eject": "react-scripts eject" },