startup.js 81 Bytes
import { startup } from './modules/startup';

Meteor.startup( () => startup() );