mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 13:26:07 +00:00
a65d941e76
* Add new getEnvironment util/function * Use new-ish `env` function in all the places * Clean up ember env file, add year detection from commit date
4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
import config from './config/environment';
|
|
import getEnvironment from './utils/get-environment';
|
|
export const env = getEnvironment(config, window, document);
|