6 lines
106 B
JavaScript
Raw Normal View History

2016-08-01 19:30:32 +08:00
import { Meteor } from 'meteor/meteor';
Meteor.startup(() => {
// code to run on server at startup
});