Created
January 1, 2021 09:40
-
-
Save fredriccliver/fc7948876e77c73b0c2b907219604e66 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const functionsRegion = () => { | |
if (location.hostname == "127.0.0.1" || location.hostname == "localhost") { | |
return undefined | |
} else { | |
return "europe-west1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment