mirror of
https://github.com/vale981/Vulcan
synced 2025-03-08 19:11:38 -05:00
7 lines
149 B
JavaScript
7 lines
149 B
JavaScript
![]() |
Meteor.startup(function () {
|
||
|
logEvent({
|
||
|
name: "firstRun",
|
||
|
unique: true, // will only get logged a single time
|
||
|
important: true
|
||
|
})
|
||
|
});
|