Blame view
both/startup.js
79 Bytes
db5aba845
|
1 2 3 |
Meteor.startup( () => { // Code to run on client *and* server startup. }); |
db5aba845
|
1 2 3 |
Meteor.startup( () => { // Code to run on client *and* server startup. }); |