Skip to content

Commit

Permalink
Step 14.3: Use it on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and DAB0mB committed Dec 14, 2016
1 parent ecc299f commit ed69189
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/main.ts
Expand Up @@ -2,7 +2,8 @@ import { Meteor } from 'meteor/meteor';

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

import './imports/publications/parties';
import './imports/publications/parties';
import './imports/publications/users';

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

0 comments on commit ed69189

Please sign in to comment.