import './ravenLogger'; import './catchExceptions'; import './i18n'; import './accounts'; import './api'; // Meteor 3 debt: '@cleverbeagle/seeder' (dev/staging fixtures) uses sync Mongo // (findOne) and has no Meteor 3 async support. Disabled — not needed for the // REST smoke test. Re-implement dev fixtures with *Async if desired. // import './fixtures'; import './email'; import '/imports/api/Comments/server'; import './IPGeocoder'; import './migrations'; import './facts'; // Meteor 3 debt: gadicohen:sitemaps@0.0.17 uses the pre-0.9 package API and no // longer exports the `sitemaps` global on Meteor 3. Disabled (SEO sitemap, not // on the REST path). Replace with a maintained sitemap approach if needed. // import './sitemaps'; import './subsUnion'; import './prerender'; import './feedback'; import './cron'; import './isMaster'; import './rest';