docs/meteor/client/lib/startup.js

4 lines
70 B
JavaScript

Meteor.startup(function () {
console.log('Kitematic started.');
});