mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
However, turns out the previous commit doesn't really work --- making webapp a strong dependency of ddp-server means that as soon as we load mongo we'll load webapp in the tool which is bad. So move the mongodb Npm module out of mongo, since that's all we need in the tool.
3 lines
114 B
JavaScript
3 lines
114 B
JavaScript
NpmModuleMongodb = Npm.require('mongodb');
|
|
NpmModuleMongodbVersion = Npm.require('mongodb/package.json').version;
|