Skip to content

Commit

Permalink
Step 21.25: Import those publications in the server entry point
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha authored and DAB0mB committed Dec 14, 2016
1 parent 4c333a1 commit e09a41c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/main.ts
Expand Up @@ -5,6 +5,7 @@ import { loadParties } from './imports/fixtures/parties';
import './imports/publications/parties';
import './imports/publications/users';
import '../both/methods/parties.methods';
import './imports/publications/images';

Meteor.startup(() => {
loadParties();
Expand Down

0 comments on commit e09a41c

Please sign in to comment.