chore(server): remove legacy code

This commit is contained in:
mytharcher 2024-08-01 01:12:10 +00:00
parent df2841acb3
commit 69b95c5f7e

View File

@ -16,5 +16,4 @@ export * from './migration';
export * from './plugin';
export * from './plugin-manager';
export * from './pub-sub-manager';
export * from './sync-manager';
export const OFFICIAL_PLUGIN_PREFIX = '@nocobase/plugin-';