astroid-web.js 128 B

12345678
  1. if (Meteor.isClient) {
  2. }
  3. if (Meteor.isServer) {
  4. Meteor.startup(function () {
  5. // code to run on server at startup
  6. });
  7. }