import { startup } from './modules/startup'; Meteor.startup( () => startup() );