Skip to content
This repository has been archived by the owner on Sep 18, 2020. It is now read-only.

Commit

Permalink
Step 3.2: Load tasks collection on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday authored and hwillson committed Nov 26, 2017
1 parent 536ad72 commit eb98ce8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions server/main.js
@@ -1,5 +1 @@
import { Meteor } from 'meteor/meteor';

Meteor.startup(() => {
// code to run on server at startup
});
import '../imports/api/tasks.js';

0 comments on commit eb98ce8

Please sign in to comment.