Vulcan/server/start.js

7 lines
149 B
JavaScript
Raw Normal View History

Meteor.startup(function () {
logEvent({
name: "firstRun",
unique: true, // will only get logged a single time
important: true
})
});