main.js 106 B

12345
  1. import { Meteor } from 'meteor/meteor';
  2. Meteor.startup(() => {
  3. // code to run on server at startup
  4. });