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 DAB0mB committed Dec 14, 2016
1 parent 3f6ee16 commit 0a2d276
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions server/main.ts
Original file line number Original file line Diff line number Diff line change
@@ -0,0 +1,7 @@
import { Meteor } from 'meteor/meteor';

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

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

0 comments on commit 0a2d276

Please sign in to comment.