fix(core): update
This commit is contained in:
20
ts/smarts3.plugins.ts
Normal file
20
ts/smarts3.plugins.ts
Normal file
@@ -0,0 +1,20 @@
|
||||
// node native
|
||||
import * as path from 'path';
|
||||
|
||||
export {
|
||||
path
|
||||
}
|
||||
|
||||
// pushrocks scope
|
||||
import * as samrtfile from '@pushrocks/smartfile';
|
||||
|
||||
export {
|
||||
samrtfile as smartfile
|
||||
}
|
||||
|
||||
// thirdparty scope
|
||||
import s3rver from 's3rver';
|
||||
|
||||
export {
|
||||
s3rver
|
||||
}
|
||||
Reference in New Issue
Block a user