jrcryer / generator-mean

Yeoman generator for a MEAN stack, inspired by mean.io
MIT License
120 stars 25 forks source link

Update express.js to fit new MongoStore constructor #22

Open avoiney opened 8 years ago

avoiney commented 8 years ago

MongoStore update their constructor and use the parameter 'mongooseConnection' to re-use a mongoose connection to the database. Details are in the github project README file

It fixes the #21.