Skip to content

Instantly share code, notes, and snippets.

@cacheflow
Created April 20, 2019 23:36
Show Gist options
  • Save cacheflow/3f3f0d07151aeedaeb9af9eef0614bbc to your computer and use it in GitHub Desktop.
Save cacheflow/3f3f0d07151aeedaeb9af9eef0614bbc to your computer and use it in GitHub Desktop.
const env = process.env.NODE_ENV || "development"
const routes = {
production: {
base: "https://www.appointmentme.com"
},
development: {
base: "http://www.localhost.com"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment