fix(core): update
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
// plugins.ts
|
||||
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
import * as stream from 'stream';
|
||||
@@ -23,6 +25,8 @@ export {
|
||||
}
|
||||
|
||||
// third party scope
|
||||
import * as minio from 'minio';
|
||||
import * as s3 from '@aws-sdk/client-s3';
|
||||
|
||||
export { minio };
|
||||
export {
|
||||
s3,
|
||||
}
|
||||
|
Reference in New Issue
Block a user