feat(s3): add S3 create file/folder dialogs and in-place text editor; export mongodb plugin
This commit is contained in:
@@ -37,6 +37,10 @@ export {
|
||||
import * as s3 from '@aws-sdk/client-s3';
|
||||
export { s3 };
|
||||
|
||||
// MongoDB driver for ObjectId handling
|
||||
import * as mongodb from 'mongodb';
|
||||
export { mongodb };
|
||||
|
||||
// @api.global scope
|
||||
import * as typedrequest from '@api.global/typedrequest';
|
||||
import * as typedrequestInterfaces from '@api.global/typedrequest-interfaces';
|
||||
|
||||
Reference in New Issue
Block a user