import { Meteor } from 'meteor/meteor'; import '../imports/api/links.js'; Meteor.startup(() => { // code to run on server at startup });