From 5f44d6806cbfe100f40145d9c821e309e251fa78 Mon Sep 17 00:00:00 2001 From: Eric Burel Date: Wed, 16 Jun 2021 08:51:43 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f0cc2b1..f0a011f 100644 --- a/README.md +++ b/README.md @@ -69,4 +69,8 @@ We cannot put this folder as the root, as Meteor cannot import file outside of t In the long run, the goal is to transition the Meteor backend to Next as well, using Next API routes. - Next is configured to use the same Mongo database as Meteor locally. To get the URL of the local Meteor database, run `meteor mongo -U`. It's most probably something like this: `mongodb://127.0.0.1:3002/meteor` -- TODO: in Next, configure Passport to authenticate users using the existing Mongo database from Meteor \ No newline at end of file +- TODO: in Next, configure Passport to authenticate users using the existing Mongo database from Meteor + +## Caveats + +- Check Vulcan NPM migration documentation to see the difference between Vulcan Meteor and Vulcan Next: https://github.com/VulcanJS/vulcan-npm/blob/devel/MIGRATING.md