From f1b9ec9fdb8c5269117b605debaa0a837c7e89ac Mon Sep 17 00:00:00 2001 From: sethgillett <30958915+sethgillett@users.noreply.github.com> Date: Tue, 2 Jul 2019 15:25:56 -0700 Subject: [PATCH] Updated inserting tasks from the console Updated inserting tasks from the console to add autopublish (not added by default in newer versions of meteor) --- content/shared/explanations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/shared/explanations.md b/content/shared/explanations.md index b1f3189..ab311ec 100644 --- a/content/shared/explanations.md +++ b/content/shared/explanations.md @@ -30,6 +30,8 @@ Items inside collections are called _documents_. Let's use the server database c meteor mongo ``` +*Note: For newer version of mongo you may need to run ```meteor add autopublish``` for your tasks collection to be automatically published to the client. + This opens a console into your app's local development database. Into the prompt, type: ```js