fix(core): update

This commit is contained in:
2024-04-22 13:13:00 +02:00
commit 299b8267bb
18 changed files with 5338 additions and 0 deletions

12
ts/plugins.ts Normal file
View 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,
}