export const BASE_URL = process.env.BASE_URL || (process.env.CI ? 'https://euchre-ci.notsosm.art' : 'http://localhost:3000');