Skip to content

Instantly share code, notes, and snippets.

@PavlikPolivka
Created November 11, 2021 20:20
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 PavlikPolivka/ff875a19c5d8858d50e9fefbf3751790 to your computer and use it in GitHub Desktop.
Save PavlikPolivka/ff875a19c5d8858d50e9fefbf3751790 to your computer and use it in GitHub Desktop.
const dev = process.env.NODE_ENV !== 'production';
export const server = dev ? 'http://localhost:3000' : 'https://ppolivka.com';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment