Vulcan/server/start_cron.js
2014-12-14 19:46:32 +08:00

3 lines
54 B
JavaScript

Meteor.startup(function() {
SyncedCron.start();
});