mirror of
https://github.com/MetaFam/TheGame.git
synced 2026-02-12 15:05:02 -05:00
tryin' one more variable version 🍇
This commit is contained in:
committed by
Alec LaLonde
parent
b6649bac2a
commit
7663da41db
@@ -2,7 +2,7 @@ export const CONFIG = {
|
||||
graphqlURL: ((() => {
|
||||
const {
|
||||
NEXT_PUBLIC_GRAPHQL_URL: url,
|
||||
REACT_APP_GRAPHQL_HOST: host,
|
||||
NEXT_PUBLIC_GRAPHQL_HOST: host,
|
||||
} = process.env;
|
||||
|
||||
if (url) return url;
|
||||
|
||||
Reference in New Issue
Block a user