chore(server): remove legacy code

This commit is contained in:
mytharcher 2024-08-01 08:02:35 +00:00
parent 69b95c5f7e
commit fd8c9932d4

View File

@ -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;