fix(core): update
This commit is contained in:
15
ts/plugins.ts
Normal file
15
ts/plugins.ts
Normal file
@@ -0,0 +1,15 @@
|
||||
// @push.rocks scope
|
||||
import * as smartfile from '@push.rocks/smartfile';
|
||||
import * as smartpath from '@push.rocks/smartpath'
|
||||
|
||||
export {
|
||||
smartfile,
|
||||
smartpath,
|
||||
}
|
||||
|
||||
// third party scope
|
||||
import * as webdav from 'webdav';
|
||||
|
||||
export {
|
||||
webdav,
|
||||
}
|
||||
Reference in New Issue
Block a user