Skip to content

Commit

Permalink
Step 10.3: Add publication to server-side entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent ca6d684 commit 44e68c7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/main.ts
Expand Up @@ -2,6 +2,8 @@ import { Meteor } from 'meteor/meteor';

import { loadParties } from './imports/fixtures/parties';

import './imports/publications/parties';

Meteor.startup(() => {
loadParties();
});

0 comments on commit 44e68c7

Please sign in to comment.