Skip to content

Commit

Permalink
Step 4.6: Load initial Parties
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela authored and dotansimha committed Nov 27, 2016
1 parent ab7d519 commit df087a5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/main.ts
@@ -0,0 +1,7 @@
import { Meteor } from 'meteor/meteor';

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

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

0 comments on commit df087a5

Please sign in to comment.