startup.js 79 Bytes
Meteor.startup( () => {
  // Code to run on client *and* server startup.  
});