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