config.js 77 Bytes Raw Blame History Permalink 1 2 3 4 5 6 import Env from './env'; let config = { env: Env }; export default config;