const baseUrl = process.env.NODE_ENV === "production" ? 'https://startp-react.envytheme.com' : 'http://localhost:3000'; export default baseUrl;