Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Step 15.2: Import methods on the server side
  • Loading branch information
dotansimha committed Nov 27, 2016
1 parent 51dc559 commit 35627a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server/main.ts
Expand Up @@ -3,7 +3,8 @@ import { Meteor } from 'meteor/meteor';
import { loadParties } from './imports/fixtures/parties';

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

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

0 comments on commit 35627a6

Please sign in to comment.