Sep 6, 2018 · 1 min read
am i right that the custom Config needs to be loaded in environment.js like
const customConfig = require('./custom');
environment.config.merge(customConfig);?
am i right that the custom Config needs to be loaded in environment.js like
const customConfig = require('./custom');
environment.config.merge(customConfig);?