fix(core): update
This commit is contained in:
@ -23,7 +23,7 @@ export class SmartMongo {
|
||||
console.log('mongod started');
|
||||
}
|
||||
|
||||
public async getMongoDescriptor() {
|
||||
public async getMongoDescriptor(): Promise<plugins.smartdata.IMongoDescriptor> {
|
||||
await this.readyPromise;
|
||||
return {
|
||||
mongoDbUrl: this.mongod.getUri(),
|
||||
|
@ -1,8 +1,10 @@
|
||||
// @pushrocks scope
|
||||
import * as smartdata from '@pushrocks/smartdata';
|
||||
import * as smartpromise from '@pushrocks/smartpromise';
|
||||
|
||||
export {
|
||||
smartpromise
|
||||
smartdata,
|
||||
smartpromise,
|
||||
}
|
||||
|
||||
// thirdparty
|
||||
|
Reference in New Issue
Block a user