mirror of
https://github.com/nocobase/nocobase
synced 2024-11-16 07:16:10 +00:00
chore(server): remove legacy code
This commit is contained in:
parent
69b95c5f7e
commit
fd8c9932d4
@ -18,7 +18,6 @@ import { resolve } from 'path';
|
|||||||
import { Application } from './application';
|
import { Application } from './application';
|
||||||
import { InstallOptions, getExposeChangelogUrl, getExposeReadmeUrl } from './plugin-manager';
|
import { InstallOptions, getExposeChangelogUrl, getExposeReadmeUrl } from './plugin-manager';
|
||||||
import { checkAndGetCompatible, getPluginBasePath } from './plugin-manager/utils';
|
import { checkAndGetCompatible, getPluginBasePath } from './plugin-manager/utils';
|
||||||
import { SyncMessageData } from './sync-manager';
|
|
||||||
|
|
||||||
export interface PluginInterface {
|
export interface PluginInterface {
|
||||||
beforeLoad?: () => void;
|
beforeLoad?: () => void;
|
||||||
|
Loading…
Reference in New Issue
Block a user