meteor3: re-enable fixtures and sitemaps with async/Meteor-3 implementations
fixtures: drop @cleverbeagle/seeder (sync Mongo, unmaintained) for a small idempotent async seeder (same dev accounts). sitemaps: drop dead gadicohen:sitemaps for a WebApp.connectHandlers /sitemap.xml with the same static page list (the per-fire section was already disabled). Verified on dev boot: 6 users ensured, sitemap serving; REST smoke byte-identical.
This commit is contained in:
parent
66bab7a43b
commit
0ff9848cd4
8 changed files with 20493 additions and 15709 deletions
|
|
@ -3,19 +3,13 @@ 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 './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 './sitemaps';
|
||||
import './subsUnion';
|
||||
import './prerender';
|
||||
import './feedback';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue