mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-06 14:09:25 +08:00
* chore: update prompt * feat: support sync main dept * chore: adjust the display format of sync error messages * chore: optimize error handling * chore: error message translation * chore: error handing --------- Co-authored-by: xilesun <2013xile@gmail.com>
14 lines
476 B
TypeScript
14 lines
476 B
TypeScript
/**
|
|
* This file is part of the NocoBase (R) project.
|
|
* Copyright (c) 2020-2024 NocoBase Co., Ltd.
|
|
* Authors: NocoBase Team.
|
|
*
|
|
* This project is dual-licensed under AGPL-3.0 and NocoBase Commercial License.
|
|
* For more information, please refer to: https://www.nocobase.com/agreement.
|
|
*/
|
|
|
|
export { SyncSource } from './sync-source';
|
|
export { ExternalAPIError, ErrorCodes } from './error';
|
|
export * from './user-data-resource-manager';
|
|
export { default } from './plugin';
|