mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add Mongo export
This commit is contained in:
@@ -50,6 +50,7 @@ Package.on_use(function (api) {
|
||||
api.export('MongoInternals', 'server');
|
||||
// For tests only.
|
||||
api.export('MongoTest', 'server', {testOnly: true});
|
||||
api.export("Mongo");
|
||||
|
||||
api.add_files(['mongo_driver.js', 'oplog_tailing.js',
|
||||
'observe_multiplex.js', 'doc_fetcher.js',
|
||||
|
||||
Reference in New Issue
Block a user