fix(core): update

This commit is contained in:
2024-04-20 21:24:55 +02:00
commit 6a4d029dfe
17 changed files with 5447 additions and 0 deletions

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