Skip to content

Instantly share code, notes, and snippets.

@klauskpm
Created January 6, 2019 15:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klauskpm/74699c80a0c4ef2a0038aaa26d64c78b to your computer and use it in GitHub Desktop.
Save klauskpm/74699c80a0c4ef2a0038aaa26d64c78b to your computer and use it in GitHub Desktop.
Global environments
export const globalEnvironment = {
production: true,
title: 'Global production'
};
export const globalEnvironment = {
production: false,
title: 'Global development'
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment