import { Meteor } from 'meteor/meteor';
import "/lib/MyRes"
import "./publication"
Meteor.startup(() => {
// code to run on server at startup
});