// @flow import s2s from '..' import loadConfig from './loadConfig' export default function run() { try { const opts = loadConfig() s2s(opts) } catch (error) { console.error(error) } }