mirror of
https://github.com/nocobase/nocobase.git
synced 2026-09-01 14:57:36 +08:00
15758e2569
* feat: open source backup manager plugin * fix: tar version * fix(utils): add storage path helpers * fix: test error * fix: test error * fix(backups): validate backup paths and honor task options * fix(backups): improve restore task cleanup * fix(backups): clear failed restore tasks and use storage path
3 lines
72 B
TypeScript
3 lines
72 B
TypeScript
export * from './dist/server';
|
|
export { default } from './dist/server';
|