import { start } from './utils'; import * as config from './local/proxy'; export default start(config.proxy, config.appConfigPath);