mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Export AccountsClient and AccountsServer from accounts-base.
This commit is contained in:
@@ -34,6 +34,8 @@ Package.onUse(function (api) {
|
||||
api.use('oauth-encryption', 'server', {weak: true});
|
||||
|
||||
api.export('Accounts');
|
||||
api.export('AccountsClient', 'client');
|
||||
api.export('AccountsServer', 'server');
|
||||
api.export('AccountsTest', {testOnly: true});
|
||||
|
||||
api.addFiles('accounts_common.js', ['client', 'server']);
|
||||
|
||||
Reference in New Issue
Block a user