Skip to content

Instantly share code, notes, and snippets.

@cranic
Created January 15, 2014 11:25
Show Gist options
  • Select an option

  • Save cranic/8434604 to your computer and use it in GitHub Desktop.

Select an option

Save cranic/8434604 to your computer and use it in GitHub Desktop.
if(process.env.NODE_ENV === 'production')
cosole.log('Estamos no modo produção');
else
console.log('Não estamos no modo produção');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment