Skip to content

Instantly share code, notes, and snippets.

@elsangedy
Created April 9, 2020 04:54
Show Gist options
  • Save elsangedy/6558eeff26f216b757eeae900b753550 to your computer and use it in GitHub Desktop.
Save elsangedy/6558eeff26f216b757eeae900b753550 to your computer and use it in GitHub Desktop.
if (!process.env.NODE_ENV) {
process.env.NODE_ENV = 'development'
}
const clientEnv = require('react-scripts/config/env')().raw
console.log(clientEnv)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment